Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 2:22:10 PM (18 years ago)
Author:
patrick
Message:

last changes

File:
1 edited

Legend:

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

    r9216 r9232  
    745745  this->decreaseHealth(damage);
    746746
    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());
    748748
    749749  if( this->getHealth() > 0)
Note: See TracChangeset for help on using the changeset viewer.