- Timestamp:
- Nov 20, 2017, 4:48:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc
r11355 r11583 100 100 if (GameMode::isMaster()) 101 101 { 102 orxout(user_info) << "Load level" << std::endl; 102 103 this->loadLevel(); 103 104 } … … 113 114 ModifyConsoleCommand(__CC_startMainMenu_name).activate(); 114 115 } 116 orxout(user_info) << "All loaded" << std::endl; 115 117 116 118 if (GameMode::isStandalone())
Note: See TracChangeset
for help on using the changeset viewer.