- Timestamp:
- Oct 18, 2008, 10:58:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc
r1755 r1940 32 32 #include "core/input/InputManager.h" 33 33 #include "core/ConsoleCommand.h" 34 #include "Settings.h" 34 35 35 36 namespace orxonox … … 57 58 // level is loaded: we can start capturing the input 58 59 InputManager::getInstance().requestEnterState("game"); 60 61 Settings::_getInstance().setIsStandalone(true); 59 62 } 60 63 … … 68 71 69 72 GSLevel::leave(); 73 74 Settings::_getInstance().setIsStandalone(false); 70 75 } 71 76
Note: See TracChangeset
for help on using the changeset viewer.