Changeset 6480 for code/branches/pickup3/src/modules/pickup/items
- Timestamp:
- Mar 7, 2010, 2:05:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6478 r6480 88 88 void HealthPickup::initializeIdentifier(void) 89 89 { 90 this->pickupIdentifier_->addClass(this->getIdentifier());91 92 90 std::stringstream stream; 93 91 stream << this->getHealth();
Note: See TracChangeset
for help on using the changeset viewer.