Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9024 in orxonox.OLD


Ignore:
Timestamp:
Jul 2, 2006, 11:22:04 PM (18 years ago)
Author:
rennerc
Message:

MultiPlayerTeamDeathMatch: use hud notifier instead of own

File:
1 edited

Legend:

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

    r9008 r9024  
    738738  this->decreaseHealth(damage);
    739739
    740   PRINTF(5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());
     740  PRINTF(0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());
    741741
    742742  if( this->getHealth() > 0)
Note: See TracChangeset for help on using the changeset viewer.