Changeset 9949 for code/trunk/src/orxonox/worldentities/pawns
- Timestamp:
- Jan 3, 2014, 3:14:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r9947 r9949 120 120 this->weaponSystem_->destroy(); 121 121 } 122 123 122 } 124 123 … … 151 150 XMLPortParam ( RadarViewable, "radarname", setRadarName, getRadarName, xmlelement, mode ); 152 151 } 153 154 152 155 153 void Pawn::registerVariables() … … 380 378 this->setDestroyWhenPlayerLeft(false); 381 379 382 BigExplosion* chunk = new BigExplosion(this->getContext() , this->getVelocity());380 BigExplosion* chunk = new BigExplosion(this->getContext()); 383 381 chunk->setPosition(this->getPosition()); 384 //chunk->setVelocity(this->getVelocity());382 chunk->setVelocity(this->getVelocity()); 385 383 386 384 this->explosionSound_->setPosition(this->getPosition());
Note: See TracChangeset
for help on using the changeset viewer.