Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6993 in orxonox.OLD for trunk/src/story_entities/story_entity.h


Ignore:
Timestamp:
Feb 2, 2006, 11:23:43 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: level's LoadImage is loadable within the level instead of the Campaign file

File:
1 edited

Legend:

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

    r6992 r6993  
    7272  inline const char* getDescription() { return this->description; }
    7373
    74 
    75 
     74  void grabWorldInfo();
    7675  /** toggle the menu visibility: SimpleMenu specific */
    77   inline void addToGameMenu(int toggle) { this->bMenuEntry = (bool)toggle; }
     76  inline void addToGameMenu(bool toggle) { this->bMenuEntry = toggle; }
    7877  /** @returns true if the GameWorld should be contained in the SimpleMenu: SimpleMenu specific */
    7978  inline bool isContainedInMenu() { return this->bMenuEntry; }
     
    8584  /** @returns the menu screenshoot of this StoryEntity */
    8685  inline const char* getMenuScreenshoot() { return this->menuScreenshoot; }
    87 
    8886
    8987  protected:
Note: See TracChangeset for help on using the changeset viewer.