Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6839 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Jan 30, 2006, 12:52:08 AM (18 years ago)
Author:
patrick
Message:

trunk: the menu is processing

File:
1 edited

Legend:

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

    r6835 r6839  
    5555    void toggleBVVisibility() { this->showBV = !this->showBV; };
    5656
    57     /** toggle the menu visibility: SimpleMenu specific */
    58     inline void addToGameMenu(int toggle) { this->bMenuEntry = (bool)toggle; }
    59     /** @returns true if the GameWorld should be contained in the SimpleMenu: SimpleMenu specific */
    60     inline bool isContainedInMenu() { return this->bMenuEntry; }
     57
    6158
    6259
     
    9895    /* external modules interfaces */
    9996    Shell*              shell;
    100 
    101     bool                bMenuEntry;                   //!< If true, this GameWorld apears in the SimpleMenu: SimpleMenu specific
    10297};
    10398
Note: See TracChangeset for help on using the changeset viewer.