Changeset 6512 in orxonox.OLD for trunk/src/story_entities/single_player_world.cc
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/single_player_world.cc
r6424 r6512 71 71 void SinglePlayerWorld::loadParams(const TiXmlElement* root) 72 72 { 73 static_cast<GameWorld*>(this)->loadParams(root);73 GameWorld::loadParams(root); 74 74 75 75 PRINTF(4)("Loaded SinglePlayerWorld specific stuff\n");
Note: See TracChangeset
for help on using the changeset viewer.