Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 9, 2005, 1:27:58 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more fool-proov loading of important paths (data and image)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5332 r5335  
    282282  }
    283283   //! @todo this is a hack and should be loadable
    284   char* imageDir = ResourceManager::getInstance()->getFullName("maps/");
     284  char* imageDir = ResourceManager::getInstance()->getFullName("maps");
    285285  ResourceManager::getInstance()->addImageDir(imageDir);
    286286  delete[] imageDir;
Note: See TracChangeset for help on using the changeset viewer.