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