Changeset 8778 in orxonox.OLD for trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jun 26, 2006, 1:05:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r8777 r8778 738 738 this->decreaseHealth(damage); 739 739 740 PRINTF( 0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());740 PRINTF(5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax()); 741 741 742 742 if( this->getHealth() > 0) … … 759 759 void WorldEntity::destroy() 760 760 { 761 PRINTF(0)("Destroy\n");762 761 this->toList(OM_DEAD); 763 762 }
Note: See TracChangeset
for help on using the changeset viewer.