Changeset 6484 for code/branches/pickup3/src/modules/pickup/items
- Timestamp:
- Mar 7, 2010, 11:00:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6480 r6484 120 120 if(!this->isContinuous()) 121 121 this->healthRate_ = 0.0; 122 123 COUT(1) << "HealthPickup " << this->getHealth() << ", " << this->getHealthRate() << ", " << this->getHealthType() << "." << std::endl;124 122 125 123 this->initializeIdentifier();
Note: See TracChangeset
for help on using the changeset viewer.