Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2009, 4:01:35 PM (15 years ago)
Author:
rgrieder
Message:

StartLevel —> DefaultLevel and moved the CommandLine argument (—level) to the LevelManager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core4/src/orxonox/LevelManager.h

    r3245 r3249  
    5353            Level* getActiveLevel();
    5454
    55             void setStartLevel(const std::string& levelName); //tolua_export
    56             const std::string& getStartLevel(); //tolua_export
     55            void setDefaultLevel(const std::string& levelName); //tolua_export
     56            const std::string& getDefaultLevel(); //tolua_export
    5757
    5858            static LevelManager* getInstancePtr() { return singletonRef_s; }
     
    6767
    6868            // config values
    69             std::string startLevelName_;
     69            std::string defaultLevelName_;
    7070
    7171            static LevelManager* singletonRef_s;
Note: See TracChangeset for help on using the changeset viewer.