Changeset 3238 for code/branches/core4/src/orxonox
- Timestamp:
- Jun 28, 2009, 1:47:57 PM (15 years ago)
- Location:
- code/branches/core4/src/orxonox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/Main.cc
r3196 r3238 68 68 ); 69 69 70 orxonox.requestState("root"); 70 71 orxonox.run(); 71 72 -
code/branches/core4/src/orxonox/gamestates/GSGraphics.cc
r3196 r3238 57 57 namespace orxonox 58 58 { 59 AddGameState(GSGraphics, "graphics", false);59 AddGameState(GSGraphics, "graphics", true); 60 60 61 61 GSGraphics::GSGraphics(const std::string& name, bool countTickTime) … … 198 198 void GSGraphics::toggleGUI() 199 199 { 200 200 GUIManager::getInstance().executeCode("toggleGUI()"); 201 201 } 202 202 -
code/branches/core4/src/orxonox/gamestates/GSRoot.cc
r3196 r3238 40 40 namespace orxonox 41 41 { 42 AddGameState(GSRoot, "root", false);42 AddGameState(GSRoot, "root", true); 43 43 SetCommandLineSwitch(console); 44 44 // Shortcuts for easy direct loading
Note: See TracChangeset
for help on using the changeset viewer.