Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6893


Ignore:
Timestamp:
May 10, 2010, 4:49:45 PM (14 years ago)
Author:
ebeier
Message:

more cout yeahhhhhh

File:
1 edited

Legend:

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

    r6892 r6893  
    175175            {
    176176                COUT(1) << "the shield is too weak to take its share of the damage!" << std::endl;
     177                COUT(1) << "damage" << damage  << "shieldAbsorption" << this->shieldAbsorption_ << std::endl;
     178                COUT(1) << "shielddamage" << shielddamage  << "healthdamage" << healthdamage << std::endl;
    177179                healthdamage += shielddamage-this->getShieldHealth();
    178180                this->setShieldHealth(0);
Note: See TracChangeset for help on using the changeset viewer.