Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8778 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jun 26, 2006, 1:05:42 AM (19 years ago)
Author:
patrick
Message:

trunk: test model die function reimplemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r8777 r8778  
    738738  this->decreaseHealth(damage);
    739739
    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());
    741741
    742742  if( this->getHealth() > 0)
     
    759759void WorldEntity::destroy()
    760760{
    761   PRINTF(0)("Destroy\n");
    762761  this->toList(OM_DEAD);
    763762}
Note: See TracChangeset for help on using the changeset viewer.