Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 10:47:48 AM (18 years ago)
Author:
bensch
Message:

guns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/world_entity.cc

    r9196 r9206  
    743743  this->decreaseHealth(damage);
    744744
    745   PRINTF(5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());
     745  PRINTF(0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());
    746746
    747747  if( this->getHealth() > 0)
Note: See TracChangeset for help on using the changeset viewer.