Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/world_entities/projectile.cc
- Timestamp:
- May 27, 2005, 7:14:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/world_entities/projectile.cc
r3755 r4332 33 33 Projectile::Projectile (Weapon* weapon) : WorldEntity() 34 34 { 35 this->setClassID(CL_PROJECTILE, "Projectile"); 35 36 this->weapon = weapon; 36 37 this->flightDirection = NULL;
Note: See TracChangeset
for help on using the changeset viewer.