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