Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6991 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.h


Ignore:
Timestamp:
Feb 2, 2006, 10:40:20 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the Bug with the Menu loosing its frames

File:
1 edited

Legend:

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

    r6981 r6991  
    7070
    7171  private:
    72     std::vector<MenuLayer*>           menuLayer;                       //!< the menu layer
     72    std::vector<MenuLayer>            menuLayers;                      //!< the menu layer
    7373    MenuLayer*                        selectedLayer;                   //!< the selected menu layer
    7474    int                               layerIndex;
Note: See TracChangeset for help on using the changeset viewer.