Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 5, 2007, 5:52:48 PM (17 years ago)
Author:
nicolasc
Message:

some bugfix (or not?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/world_entity.h

    r10670 r10671  
    190190  void loadElectronic(float cur, float max, float th, float regen)
    191191      { this->setElectronic(cur); this->setElectronicMax(max); this->setElectronicTH(th); this->setElectronicRegen(regen); };
    192 /*
    193   OrxGui::GLGuiEnergyWidgetVertical* getHealthWidget() { return this->healthWidget; };
    194   OrxGui::GLGuiEnergyWidgetVertical* getShieldWidget() { return this->shieldWidget; };
    195   OrxGui::GLGuiEnergyWidgetVertical* getEnergyWidget() { return this->electronicWidget; };*/
    196192
    197193
    198194  virtual void varChangeHandler( std::list<int> & id );
    199 
    200 
    201195
    202196
Note: See TracChangeset for help on using the changeset viewer.