Changeset 6512 in orxonox.OLD for trunk/src/story_entities/multi_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/multi_player_world.cc
r6498 r6512 68 68 void MultiPlayerWorld::loadParams(const TiXmlElement* root) 69 69 { 70 static_cast<GameWorld*>(this)->loadParams(root);70 GameWorld::loadParams(root); 71 71 72 72 PRINTF(4)("Creating a MultiPlayerWorld\n");
Note: See TracChangeset
for help on using the changeset viewer.