Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6435 in orxonox.OLD for trunk/src/world_entities/weapons/turret.cc


Ignore:
Timestamp:
Jan 8, 2006, 2:08:24 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: weapon tick is now the only tick functions of Weapon.
If someone wants to extend the tick function of Weapon, he has to
Weapon::tick(dt)
it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/turret.cc

    r6434 r6435  
    128128void Turret::tick(float dt)
    129129{
     130  Weapon::tick(dt);
    130131  Quaternion quat;
    131132  Vector direction = this->getAbsCoor();/*this->getWeaponManager()->getFixedTarget()->getAbsCoor() - this->getAbsCoor();*/
Note: See TracChangeset for help on using the changeset viewer.