Changeset 4932 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/projectile.cc
- Timestamp:
- Jul 22, 2005, 12:08:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/projectile.cc
r4927 r4932 31 31 * standard constructor 32 32 */ 33 Projectile::Projectile ( Weapon* weapon) : WorldEntity()33 Projectile::Projectile () : WorldEntity() 34 34 { 35 35 this->setClassID(CL_PROJECTILE, "Projectile"); 36 36 37 this->weapon = weapon;38 37 this->lifeCycle = 0.0; 39 38 this->lifeSpan = 0.75f; /* sec */
Note: See TracChangeset
for help on using the changeset viewer.