Changeset 10508 for code/branches/core7/src/orxonox/gamestates
- Timestamp:
- May 30, 2015, 10:18:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/gamestates/GSLevel.cc
r10479 r10508 168 168 // call the loader 169 169 startFile_ = new XMLFile(LevelManager::getInstance().getDefaultLevel()); 170 bool loaded = Loader::getInstance(). open(startFile_);170 bool loaded = Loader::getInstance().load(startFile_); 171 171 172 172 Core::getInstance().getConfig()->updateLastLevelTimestamp();
Note: See TracChangeset
for help on using the changeset viewer.