Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2018, 11:32:57 AM (6 years ago)
Author:
linggj
Message:

Ship added

File:
1 edited

Legend:

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

    r11071 r12053  
    6363        RegisterObject(LevelManager);
    6464        this->setConfigValues();
    65 
     65        orxout(status)<<" a ";
    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 
     259        orxout(internal_info) << levels << "itse me";
    260260        // We only want to load as little as possible
    261261        ClassTreeMask mask;
Note: See TracChangeset for help on using the changeset viewer.