Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2009, 5:16:29 PM (15 years ago)
Author:
bknecht
Message:

You don't need no —level or -l anymore now. You may choose your favorite level from the main menu ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSLevel.h

    r2911 r3008  
    4848
    4949        static void showIngameGUI(bool show);
     50        static void setLevel(std::string levelName);
     51
     52        static XMLFile* startFile_s;
    5053
    5154    protected:
     
    6366        SimpleInputState*     guiKeysOnlyInputState_;   //!< input state if we only need the keys to use the GUI
    6467        Radar*                radar_;                   //!< represents the Radar (not the HUD part)
    65         XMLFile*              startFile_;               //!< current hard coded default level
    6668        CameraManager*        cameraManager_;           //!< camera manager for this level
    6769        LevelManager*         levelManager_;            //!< global level manager
Note: See TracChangeset for help on using the changeset viewer.