Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 7:40:40 PM (17 years ago)
Author:
nicolasc
Message:

bump, minor fixes

File:
1 edited

Legend:

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

    r10718 r10721  
    11841184  increaseHealth(time * this->healthRegen);
    11851185  increaseShield(time * this->shieldRegen);
    1186 //   updateHealthWidget();
    1187 //   updateShieldWidget();
    1188 
    1189   //this->setHealth( this->shieldCur);      // FIXME currently just to test share system
     1186
    11901187
    11911188  if (this->electronic != this->electronicMax || this->electronicRegen != 0){
Note: See TracChangeset for help on using the changeset viewer.