Changeset 8830 for code/branches/output/src/orxonox/gamestates/GSLevel.cc
- Timestamp:
- Aug 7, 2011, 10:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/orxonox/gamestates/GSLevel.cc
r8809 r8830 74 74 void GSLevel::activate() 75 75 { 76 orxout(user_status) << "Loading level" << endl; 77 76 78 if (GameMode::showsGraphics()) 77 79 { … … 155 157 156 158 // call the loader 157 orxout(user_status) << "Loading level..." << endl;158 159 startFile_ = new XMLFile(LevelManager::getInstance().getDefaultLevel()); 159 160 bool loaded = Loader::open(startFile_); … … 169 170 delete startFile_; 170 171 171 orxout(user_status) << "Unloaded level" << endl;172 172 orxout(internal_info) << "Remaining objects:" << endl; 173 173 unsigned int i = 0;
Note: See TracChangeset
for help on using the changeset viewer.