- Timestamp:
- Nov 2, 2015, 3:56:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/explosionChunksHS15/src/orxonox/worldentities/pawns/Pawn.cc
r10752 r10755 387 387 this->setDestroyWhenPlayerLeft(false); 388 388 389 /*ExplosionPart* chunk = new ExplosionPart(this->getContext());390 chunk->setPosition(this->getPosition());391 chunk->setVelocity(this->getVelocity());392 chunk->Explode();*/393 394 389 while(!explosionPartList_.empty()) 395 390 {
Note: See TracChangeset
for help on using the changeset viewer.