Changeset 6478 for code/branches/pickup3/src/modules/pickup/items
- Timestamp:
- Mar 7, 2010, 10:55:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6477 r6478 80 80 this->maxHealthSave_ = 0; 81 81 this->maxHealthOverwrite_ = 0; 82 83 82 } 84 83 … … 123 122 if(!this->isContinuous()) 124 123 this->healthRate_ = 0.0; 124 125 COUT(1) << "HealthPickup " << this->getHealth() << ", " << this->getHealthRate() << ", " << this->getHealthType() << "." << std::endl; 125 126 126 127 this->initializeIdentifier();
Note: See TracChangeset
for help on using the changeset viewer.