Changeset 1989 for code/branches/objecthierarchy/src/orxonox/gamestates
- Timestamp:
- Oct 21, 2008, 4:56:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc
r1949 r1989 49 49 GSLevel::enter(); 50 50 51 Core::setIsStandalone(true); 51 52 this->loadLevel(); 52 53 … … 58 59 // level is loaded: we can start capturing the input 59 60 InputManager::getInstance().requestEnterState("game"); 60 61 Core::setIsStandalone(true);62 61 } 63 62
Note: See TracChangeset
for help on using the changeset viewer.