Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3368 in orxonox.OLD for orxonox/trunk/src/glmenu_imagescreen.h


Ignore:
Timestamp:
Jan 7, 2005, 2:44:22 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: finished implementing loadscreen. looks quite fancy… enjoy :))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/glmenu_imagescreen.h

    r3367 r3368  
    3232  void setSize (float height, float width);
    3333 
    34   void setMaximum (int maxStep);
     34  void setMaximum (int maxValue);
    3535  int getMaximum ();
    3636  void setValue (int currentValue);
     
    4444  Texture* backTex;          //! background texture
    4545  int currentValue;          //! the current count of step() calls fired yet
    46   int maxStep;               //! total count of steps
     46  int maxValue;               //! total count of steps
    4747
    4848};
Note: See TracChangeset for help on using the changeset viewer.