Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10744 in orxonox.OLD for branches/presentation/src/util


Ignore:
Timestamp:
Jun 20, 2007, 9:03:02 PM (18 years ago)
Author:
bknecht
Message:

does not segfault anymore

Location:
branches/presentation/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/presentation/src/util/hud.cc

    r10741 r10744  
    433433void Hud::removeWeaponWidget(OrxGui::GLGuiWidget* widget)
    434434{}
     435
     436void Hud::getHit()
     437{
     438        this->leftHit->show();
     439        this->rightHit->show();
     440}
    435441
    436442void Hud::updateResolution()
  • TabularUnified branches/presentation/src/util/hud.h

    r10741 r10744  
    4949  void setMode(Hud::Playmode playmode);
    5050  inline Hud::Playmode getMode() {return this->playmode;};
     51
     52  void getHit();
    5153
    5254  void setBackGround();
Note: See TracChangeset for help on using the changeset viewer.