Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 6:30:24 PM (17 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.h

    r10096 r10101  
    183183  float                   health;             //!< The Energy of this Entity, if the Entity has any energy at all.
    184184  float                   healthMax;          //!< The Maximal energy this entity can take.
    185   OrxGui::GLGuiEnergyWidget* healthWidget;    //!< The Slider (if wanted).
     185  OrxGui::GLGuiEnergyWidgetVertical* healthWidget;    //!< The Slider (if wanted).
    186186
    187187  std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
Note: See TracChangeset for help on using the changeset viewer.