Changeset 9232 in orxonox.OLD for branches/presentation/src/world_entities/world_entity.cc
- Timestamp:
- Jul 5, 2006, 2:22:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/world_entity.cc
r9216 r9232 745 745 this->decreaseHealth(damage); 746 746 747 PRINTF( 0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());747 PRINTF(5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax()); 748 748 749 749 if( this->getHealth() > 0)
Note: See TracChangeset
for help on using the changeset viewer.