Changeset 9837 for code/branches/invaders/src/orxonox/worldentities/pawns
- Timestamp:
- Dec 2, 2013, 2:08:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/orxonox/worldentities/pawns/Pawn.cc
r9667 r9837 367 367 BigExplosion* chunk = new BigExplosion(this->getContext()); 368 368 chunk->setPosition(this->getPosition()); 369 chunk->setVelocity(this->getVelocity()); 369 370 370 371 }
Note: See TracChangeset
for help on using the changeset viewer.