Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5078 in orxonox.OLD for trunk/src/util/resource_manager.cc


Ignore:
Timestamp:
Aug 19, 2005, 5:02:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell is running, but only in orxonox-world, not all-over
I do not know why this behaviour occurs, but maybe it is because of some errors in other pointers…
who knows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/resource_manager.cc

    r4961 r5078  
    559559                    subMatch = true;
    560560                }
    561               else if (enumRes->modelSize =- *(int*)param1)
     561              else if (enumRes->ttfSize == *(int*)param1)
    562562                subMatch = true;
    563563              if(subMatch)
Note: See TracChangeset for help on using the changeset viewer.