Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 2:45:23 PM (20 years ago)
Author:
bensch
Message:

trunk: WeaponSystem working again:
reverted the changed from revision 6435, because they made the WeaponSystem unusable

File:
1 edited

Legend:

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

    r6438 r6439  
    114114void Turret::tick(float dt)
    115115{
    116   Weapon::tick(dt);
    117116  Quaternion quat;
    118117  Vector direction = this->getAbsCoor();/*this->getWeaponManager()->getFixedTarget()->getAbsCoor() - this->getAbsCoor();*/
Note: See TracChangeset for help on using the changeset viewer.