Changeset 6376 in orxonox.OLD for branches/network/src/story_entities/game_world.cc
- Timestamp:
- Dec 31, 2005, 4:11:34 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/game_world.cc
r6374 r6376 149 149 void GameWorld::loadParams(const TiXmlElement* root) 150 150 { 151 PRINTF(4)("Creating a GameWorld\n"); 152 153 LoadParam(root, "identifier", this, GameWorld, setStoryID) 154 .describe("Sets the StoryID of this world"); 155 156 LoadParam(root, "nextid", this, GameWorld, setNextStoryID) 157 .describe("Sets the ID of the next world"); 151 static_cast<StoryEntity*>(this)->loadParams(root); 158 152 159 153 LoadParam(root, "path", this, GameWorld, setPath) 160 154 .describe("The Filename of this GameWorld (relative from the data-dir)"); 155 156 PRINTF(4)("Loaded GameWorld specific stuff\n"); 161 157 } 162 158
Note: See TracChangeset
for help on using the changeset viewer.