Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7067 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Feb 7, 2006, 1:57:52 PM (18 years ago)
Author:
bensch
Message:

small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r6840 r7067  
    327327  ResourceManager::getInstance()->addImageDir(imageDir);
    328328  delete[] imageDir;
     329  imageDir = ResourceManager::getInstance()->getFullName("pictures");
     330  ResourceManager::getInstance()->addImageDir(imageDir);
     331  delete[] imageDir;
    329332
    330333  // start the collision detection engine
Note: See TracChangeset for help on using the changeset viewer.