Changeset 6499 for code/branches/pickup3/src/modules/pickup/items
- Timestamp:
- Mar 9, 2010, 11:06:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6497 r6499 325 325 void HealthPickup::setHealth(float health) 326 326 { 327 if(health > 0.0f)327 if(health >= 0.0f) 328 328 { 329 329 this->health_ = health;
Note: See TracChangeset
for help on using the changeset viewer.