Changeset 9216 in orxonox.OLD for branches/presentation/src/world_entities/world_entity.cc
- Timestamp:
- Jul 5, 2006, 12:32:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/world_entity.cc
r9206 r9216 572 572 */ 573 573 void WorldEntity::reset() 574 {} 574 { 575 this->setHealth( this->getHealthMax() ); 576 } 575 577 576 578 /**
Note: See TracChangeset
for help on using the changeset viewer.