Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2010, 10:55:23 AM (15 years ago)
Author:
dafrick
Message:

More bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc

    r6477 r6478  
    8080        this->maxHealthSave_ = 0;
    8181        this->maxHealthOverwrite_ = 0;
    82        
    8382    }
    8483   
     
    123122        if(!this->isContinuous())
    124123            this->healthRate_ = 0.0;
     124       
     125        COUT(1) << "HealthPickup " << this->getHealth() << ", " << this->getHealthRate() << ", " << this->getHealthType() << "." << std::endl;
    125126       
    126127        this->initializeIdentifier();
Note: See TracChangeset for help on using the changeset viewer.