Changeset 6835 in orxonox.OLD for trunk/src/story_entities/game_world.cc
- Timestamp:
- Jan 29, 2006, 11:59:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r6827 r6835 112 112 113 113 LoadParam(root, "path", this, GameWorld, setPath) 114 .describe("The Filename of this GameWorld (relative from the data-dir)"); 114 .describe("The Filename of this GameWorld (relative from the data-dir)"); 115 LoadParam(root, "menu-entry", this, GameWorld, addToGameMenu) 116 .describe("If this entry is 1, the world is contained in the SimpleGameMenu"); 117 115 118 116 119 // LoadParam(root, "soundtrack", this->dataTank, GameWorldData, setSoundTrack);
Note: See TracChangeset
for help on using the changeset viewer.