Changeset 7482 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- May 2, 2006, 11:08:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r7466 r7482 325 325 LoadParam(root, "Music", this, GameWorldData, setSoundTrack); 326 326 327 328 327 LoadParamXML(root, "GameRule", this, GameWorldData, loadGameRule); 329 328 … … 386 385 this->gameRule = dynamic_cast<GameRules*>(created); 387 386 State::setGameRules(this->gameRule); 388 // if there is a valid game rule loaded, breakbecause it is not thought to load multiple game rules387 // if there is a valid game rule loaded, return because it is not thought to load multiple game rules 389 388 return; 390 389 }
Note: See TracChangeset
for help on using the changeset viewer.