Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2006, 2:45:23 PM (18 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/npcs/ground_turret.cc

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