Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6835 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Jan 29, 2006, 11:59:39 PM (20 years ago)
Author:
patrick
Message:

trunk: resturcture of the game menu for multi-level menus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r6827 r6835  
    112112
    113113  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
    115118
    116119//   LoadParam(root, "soundtrack", this->dataTank, GameWorldData, setSoundTrack);
Note: See TracChangeset for help on using the changeset viewer.