Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2018, 9:13:23 AM (6 years ago)
Author:
linggj
Message:

building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/src/orxonox/LevelManager.cc

    r12053 r12058  
    6363        RegisterObject(LevelManager);
    6464        this->setConfigValues();
    65         orxout(status)<<" a ";
     65
    6666        // check override
    6767        if (!CommandLineParser::getArgument("level")->hasDefaultValue())
     
    257257        // Get all files matching the level criteria
    258258        Ogre::StringVectorPtr levels = Resource::findResourceNames("*.oxw");
    259         orxout(internal_info) << levels << "itse me";
     259
    260260        // We only want to load as little as possible
    261261        ClassTreeMask mask;
Note: See TracChangeset for help on using the changeset viewer.