Changeset 9198 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/projectile.cc
- Timestamp:
- Jul 5, 2006, 10:19:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/projectile.cc
r9162 r9198 41 41 /* character attributes */ 42 42 this->setHealth(1.0f); 43 this->setDamage(1 00.0f); // default damage of a projectile set to 100.0 damage points43 this->setDamage(1.0f); // default damage of a projectile set to 100.0 damage points 44 44 45 45 this->explosionBuffer = NULL;
Note: See TracChangeset
for help on using the changeset viewer.