Changeset 9656 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Aug 4, 2006, 11:01:28 PM (18 years ago)
- Location:
- trunk/src/world_entities/projectiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/guided_missile.h
r9235 r9656 13 13 class ParticleEmitter; 14 14 class FastFactory; 15 class Aim;16 15 17 16 class GuidedMissile : public Projectile -
trunk/src/world_entities/projectiles/laser.cc
r9406 r9656 88 88 } 89 89 90 this->setDamage( 0);90 this->setDamage(20); 91 91 this->setHealth(0); 92 92 } -
trunk/src/world_entities/projectiles/projectile.cc
r9406 r9656 45 45 this->explosionBuffer = NULL; 46 46 this->engineBuffer = NULL; 47 48 //this->addNodeFlags(PNODE_PROHIBIT_DELETE_WITH_PARENT); 47 49 } 48 50
Note: See TracChangeset
for help on using the changeset viewer.