Changeset 10013 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Dec 4, 2006, 6:42:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/projectile.cc
r9869 r10013 23 23 #include "model.h" 24 24 #include "sound/resource_sound_buffer.h" 25 #include "playable.h" 25 26 26 27 #include "debug.h" … … 43 44 this->setHealth(1.0f); 44 45 this->setDamage(1.0f); // default damage of a projectile set to 100.0 damage points 46 this->subscribeReaction( CoRe::CREngine::CR_PHYSICS_FULL_WALK, Playable::staticClassID()); 45 47 46 48 //this->addNodeFlags(PNODE_PROHIBIT_DELETE_WITH_PARENT);
Note: See TracChangeset
for help on using the changeset viewer.