Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6736 in orxonox.OLD for trunk/src/world_entities/npcs


Ignore:
Timestamp:
Jan 25, 2006, 9:28:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Weapons are ticked only if they are inside of a ticked OM_LIST (not by the WeaponManager anymore)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/ground_turret.cc

    r6512 r6736  
    115115  if (likely(this->left != NULL))
    116116  {
    117     this->left->tickW(dt);
     117//    this->left->tickW(dt);
    118118    this->left->requestAction(WA_SHOOT);
    119119  }
    120120  if (likely(this->right != NULL))
    121121  {
    122     this->right->tickW(dt);
     122//    this->right->tickW(dt);
    123123    this->right->requestAction(WA_SHOOT);
    124124  }
Note: See TracChangeset for help on using the changeset viewer.