Changeset 9024 in orxonox.OLD for branches/multi_player_map/src/world_entities
- Timestamp:
- Jul 2, 2006, 11:22:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/world_entities/world_entity.cc
r9008 r9024 738 738 this->decreaseHealth(damage); 739 739 740 PRINTF( 5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());740 PRINTF(0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax()); 741 741 742 742 if( this->getHealth() > 0)
Note: See TracChangeset
for help on using the changeset viewer.