Changeset 7870 for code/trunk/src/orxonox
- Timestamp:
- Feb 12, 2011, 7:24:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSLevel.cc
r7854 r7870 36 36 #include "core/input/InputState.h" 37 37 #include "core/input/KeyBinderManager.h" 38 #include "core/Core.h" 38 39 #include "core/Game.h" 39 40 #include "core/GameMode.h" … … 140 141 startFile_ = new XMLFile(LevelManager::getInstance().getDefaultLevel()); 141 142 Loader::open(startFile_); 143 144 Core::getInstance().updateLastLevelTimestamp(); 142 145 } 143 146
Note: See TracChangeset
for help on using the changeset viewer.