Changeset 3084 for code/trunk/src/orxonox/objects/controllers
- Timestamp:
- May 26, 2009, 9:20:57 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/objects/controllers/AIController.cc
r3053 r3084 30 30 #include "AIController.h" 31 31 32 #include "core/GameMode.h"33 32 #include "core/CoreIncludes.h" 34 33 #include "core/Executor.h" … … 45 44 RegisterObject(AIController); 46 45 47 if (GameMode::isMaster()) 48 this->actionTimer_.setTimer(ACTION_INTERVAL, true, this, createExecutor(createFunctor(&AIController::action))); 46 this->actionTimer_.setTimer(ACTION_INTERVAL, true, this, createExecutor(createFunctor(&AIController::action))); 49 47 } 50 48
Note: See TracChangeset
for help on using the changeset viewer.