Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 5:06:59 PM (17 years ago)
Author:
rennerc
Message:

dead gui :D

File:
1 edited

Legend:

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

    r10714 r10718  
    990990void WorldEntity::hit(float damage, WorldEntity* killer)
    991991{
    992   PRINTF(0)("TESTS: %i %i %i\n", (forwardDamageToParent), (this->getParent() != NullParent::getNullParent()), (this->getParent()->isA( WorldEntity::staticClassID() )));
    993992  if ( forwardDamageToParent && this->getParent() != NullParent::getNullParent() && this->getParent()->isA( WorldEntity::staticClassID() ) )
    994993  {
     
    10041003 
    10051004  this->decreaseHealth(damage);
    1006 
    1007   PRINTF(0)("Hit me: %s::%s now only %f/%f health\n", this->getClassCName(), this->getCName(), this->getHealth(), this->getHealthMax());
    10081005
    10091006  if( this->getHealth() > 0)
Note: See TracChangeset for help on using the changeset viewer.