Changeset 10573 for code/branches/core7/src
- Timestamp:
- Sep 9, 2015, 1:36:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/Level.cc
r10563 r10573 125 125 this->setGametype(rootgametype); 126 126 127 for (std::list<BaseObject*>::iterator it = this->objects_.begin(); it != this->objects_.end(); ++it)128 (*it)->setGametype(rootgametype);129 130 127 if (LevelManager::exists()) 131 128 LevelManager::getInstance().requestActivity(this);
Note: See TracChangeset
for help on using the changeset viewer.