Changeset 6736 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jan 25, 2006, 9:28:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/ground_turret.cc
r6512 r6736 115 115 if (likely(this->left != NULL)) 116 116 { 117 this->left->tickW(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->tickW(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.