Changeset 6490 for code/branches/pickup3/src/modules
- Timestamp:
- Mar 8, 2010, 9:39:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6484 r6490 72 72 */ 73 73 void HealthPickup::initialize(void) 74 { 75 RegisterObject(HealthPickup); 76 74 { 77 75 this->health_ = 0; 78 76 this->healthRate_ = 0; … … 80 78 this->maxHealthSave_ = 0; 81 79 this->maxHealthOverwrite_ = 0; 80 81 this->addTarget(ClassIdentifier<Pawn>::getIdentifier()); 82 82 } 83 83
Note: See TracChangeset
for help on using the changeset viewer.