Changeset 6087 for code/branches/particles2/src/orxonox/controllers
- Timestamp:
- Nov 18, 2009, 1:34:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/particles2/src/orxonox/controllers/AIController.cc
r5929 r6087 109 109 110 110 if (this->getControllableEntity() && this->bShooting_ && this->isCloseAtTarget(1000) && this->isLookingAtTarget(Ogre::Math::PI / 20.0f)) 111 this->getControllableEntity()->fire(0);111 // this->getControllableEntity()->fire(0); 112 112 113 113 SUPER(AIController, tick, dt);
Note: See TracChangeset
for help on using the changeset viewer.