Changeset 1425 for code/branches/network/src/orxonox/objects/Projectile.cc
- Timestamp:
- May 25, 2008, 11:08:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/objects/Projectile.cc
r1418 r1425 91 91 if (this->getPosition().squaredDistance(it->getPosition()) <= (radius*radius)) 92 92 { 93 new Explosion(this); 93 Explosion *exp = new Explosion(this); 94 exp->create(); 94 95 delete this; 95 96 return;
Note: See TracChangeset
for help on using the changeset viewer.