Changeset 1558 for code/trunk/src/orxonox/objects/SpaceShipAI.cc
- Timestamp:
- Jun 7, 2008, 2:06:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/SpaceShipAI.cc
r1553 r1558 208 208 void SpaceShipAI::tick(float dt) 209 209 { 210 if (!this->isActive()) 211 return; 212 210 213 if (this->target_) 211 214 this->aimAtTarget();
Note: See TracChangeset
for help on using the changeset viewer.