Changeset 2782 for code/trunk/src/orxonox/objects/weaponSystem/projectiles
- Timestamp:
- Mar 13, 2009, 11:56:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc
r2662 r2782 82 82 void Projectile::tick(float dt) 83 83 { 84 SUPER(Projectile, tick,dt);84 MovableEntity::tick(dt); 85 85 86 86 if (!this->isActive())
Note: See TracChangeset
for help on using the changeset viewer.