Changeset 8190 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Jun 7, 2006, 3:00:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/projectile.cc
r7460 r8190 38 38 this->target = NULL; 39 39 this->removeNode(); 40 41 /* character attributes */ 42 this->setHealth(1.0f); 43 this->setDamage(100.0f); // default damage of a projectile set to 100.0 damage points 40 44 41 45 this->explosionBuffer = NULL;
Note: See TracChangeset
for help on using the changeset viewer.