Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8974 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jul 1, 2006, 11:47:08 AM (18 years ago)
Author:
bensch
Message:

trunk: better implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r8972 r8974  
    3131#include "obb_tree.h"
    3232
    33 #include "glgui_bar.h"
     33#include "elements/glgui_energywidget.h"
    3434
    3535#include "state.h"
     
    681681  if (this->healthWidget == NULL)
    682682  {
    683     this->healthWidget = new OrxGui::GLGuiBar();
     683    this->healthWidget = new OrxGui::GLGuiEnergyWidget();
    684684    this->healthWidget->setSize2D(30,400);
    685685    this->healthWidget->setAbsCoor2D(10,100);
Note: See TracChangeset for help on using the changeset viewer.