Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2014, 2:46:02 PM (10 years ago)
Author:
landauf
Message:

removed debug output

File:
1 edited

Legend:

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

    r9945 r9946  
    381381        this->setDestroyWhenPlayerLeft(false);
    382382
    383         orxout() << "big explosion: " << this->getVelocity() << endl;
    384383        BigExplosion* chunk = new BigExplosion(this->getContext(), this->getVelocity());
    385384        chunk->setPosition(this->getPosition());
Note: See TracChangeset for help on using the changeset viewer.