- Timestamp:
- Jun 20, 2007, 11:37:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/space_ship.cc
r10751 r10755 1081 1081 void SpaceShip::hit( float damage, WorldEntity * killer ) 1082 1082 { 1083 PRINTF( 0)("SS HIT: %f\n", this->getHealth() );1083 PRINTF(4)("SS HIT: %f\n", this->getHealth() ); 1084 1084 Playable::hit( damage, killer ); 1085 PRINTF( 0)("SS HIT: %f\n", this->getHealth() );1085 PRINTF(4)("SS HIT: %f\n", this->getHealth() ); 1086 1086 } 1087 1087
Note: See TracChangeset
for help on using the changeset viewer.