Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 6:30:24 PM (18 years ago)
Author:
muellmic
Message:

sry, energywidgetvertical was bound to wrong svn folder first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/world_entity.cc

    r10096 r10101  
    3434
    3535#include "elements/glgui_energywidget.h"
     36#include "elements/glgui_energywidgetvertical.h"
    3637
    3738#include "state.h"
     
    750751  if (this->healthWidget == NULL)
    751752  {
    752     this->healthWidget = new OrxGui::GLGuiEnergyWidget();
     753    this->healthWidget = new OrxGui::GLGuiEnergyWidgetVertical();
    753754    this->healthWidget->setDisplayedName(std::string(this->getClassName()) + " Energy:");
    754755    this->healthWidget->setSize2D(30,400);
Note: See TracChangeset for help on using the changeset viewer.