Changeset 12058 for code/branches/WorldMap_HS18/src/orxonox/LevelManager.cc
- Timestamp:
- Oct 31, 2018, 9:13:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/WorldMap_HS18/src/orxonox/LevelManager.cc
r12053 r12058 63 63 RegisterObject(LevelManager); 64 64 this->setConfigValues(); 65 orxout(status)<<" a "; 65 66 66 // check override 67 67 if (!CommandLineParser::getArgument("level")->hasDefaultValue()) … … 257 257 // Get all files matching the level criteria 258 258 Ogre::StringVectorPtr levels = Resource::findResourceNames("*.oxw"); 259 orxout(internal_info) << levels << "itse me"; 259 260 260 // We only want to load as little as possible 261 261 ClassTreeMask mask;
Note: See TracChangeset
for help on using the changeset viewer.