Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2008, 10:35:39 PM (16 years ago)
Author:
rgrieder
Message:

changes default state to "gui" instead of "standalone". That shows the main menu first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/RootGameState.cc

    r1672 r1673  
    3737namespace orxonox
    3838{
    39     SetCommandLineArgument(state, "standalone").setShortcut("s");
     39    SetCommandLineArgument(state, "gui").setShortcut("s");
    4040
    4141    RootGameState::RootGameState(const std::string& name)
Note: See TracChangeset for help on using the changeset viewer.