Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10717 in orxonox.OLD


Ignore:
Timestamp:
Jun 18, 2007, 4:45:17 PM (17 years ago)
Author:
bknecht
Message:

blablubb

File:
1 edited

Legend:

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

    r10716 r10717  
    2222
    2323#include "world_entities/weapons/weapon_manager.h"
     24#include "glgui.h"
    2425#include "glgui_widget.h"
    2526#include "glgui_box.h"
     
    5960
    6061        this->init();
     62
    6163 
    6264}
     
    481483          this->leftHit->setRelCoor2D(-this->resX/4, 0);
    482484          this->rightHit->setRelCoor2D(this->resX/4, 0);
     485
     486        this->middleRect->show();
     487        this->rightHit->show();
    483488  }
    484489
Note: See TracChangeset for help on using the changeset viewer.