Changeset 6439 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jan 8, 2006, 2:45:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/ground_turret.cc
r6435 r6439 115 115 if (likely(this->left != NULL)) 116 116 { 117 this->left->tick (dt);117 this->left->tickW(dt); 118 118 this->left->requestAction(WA_SHOOT); 119 119 } 120 120 if (likely(this->right != NULL)) 121 121 { 122 this->right->tick (dt);122 this->right->tickW(dt); 123 123 this->right->requestAction(WA_SHOOT); 124 124 }
Note: See TracChangeset
for help on using the changeset viewer.