Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6896


Ignore:
Timestamp:
May 10, 2010, 5:02:26 PM (14 years ago)
Author:
benedict
Message:

spamming the server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups3/src/orxonox/worldentities/pawns/Pawn.cc

    r6895 r6896  
    185185            {
    186186                this->setShieldHealth(this->shieldHealth_ - shielddamage);
    187                 COUT(1) << "damage " << damage  << " shieldAbsorption " << this->shieldAbsorption_ << std::endl;
     187                COUT(1) << "damage " << damage  << " getShieldAbsorption " << getShieldAbsorption() << std::endl;
    188188                COUT(1) << "shielddamage " << shielddamage  << " healthdamage " << healthdamage << std::endl;
    189189                COUT(1) << "the shield takes its share of the damage and is left with " << this->getShieldHealth() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.