Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10748 in orxonox.OLD for branches/presentation/src/util/hud.h


Ignore:
Timestamp:
Jun 20, 2007, 10:11:59 PM (17 years ago)
Author:
bknecht
Message:

fixed stupid gui segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.h

    r10744 r10748  
    5252  void getHit();
    5353
     54  void tick(float dt);
     55
    5456  void setBackGround();
    5557  void setEnergyWidget(OrxGui::GLGuiWidget* widget);
     
    101103  unsigned int             resX;
    102104  unsigned int             resY;
     105
     106  float                 hitBarCount;
    103107 
    104108  Hud::Playmode                         playmode;
     
    115119  OrxGui::GLGuiRadar*      _radar;
    116120  PNode*                   radarCenterNode;
     121
     122  bool                  ifinit;
    117123
    118124  OrxGui::GLGuiWidget*     rightRect;
Note: See TracChangeset for help on using the changeset viewer.