Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1673


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.

Location:
code/branches/gui/src
Files:
2 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)
  • code/branches/gui/src/orxonox/gamestates/GSGraphics.cc

    r1672 r1673  
    100100        this->ogreRoot_->detachRenderTarget(GraphicsEngine::getInstance().getRenderWindow());
    101101        delete GraphicsEngine::getInstance().getRenderWindow();
    102         this->ogreRoot_->shutdown
     102        //this->ogreRoot_->shutdown
    103103        // TODO: destroy render window
    104104    }
Note: See TracChangeset for help on using the changeset viewer.