- Timestamp:
- Oct 19, 2008, 2:24:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc
r1940 r1949 32 32 #include "core/input/InputManager.h" 33 33 #include "core/ConsoleCommand.h" 34 #include " Settings.h"34 #include "core/Core.h" 35 35 36 36 namespace orxonox … … 59 59 InputManager::getInstance().requestEnterState("game"); 60 60 61 Settings::_getInstance().setIsStandalone(true);61 Core::setIsStandalone(true); 62 62 } 63 63 … … 72 72 GSLevel::leave(); 73 73 74 Settings::_getInstance().setIsStandalone(false);74 Core::setIsStandalone(false); 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.