- Timestamp:
- May 27, 2011, 5:33:04 AM (13 years ago)
- Location:
- code/branches/unity_build/src/orxonox/controllers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/orxonox/controllers/AIController.cc
r7284 r8620 37 37 namespace orxonox 38 38 { 39 static const floatACTION_INTERVAL = 1.0f;39 const float AIController::ACTION_INTERVAL = 1.0f; 40 40 41 41 CreateFactory(AIController); -
code/branches/unity_build/src/orxonox/controllers/AIController.h
r5929 r8620 50 50 51 51 private: 52 static const float ACTION_INTERVAL; 53 52 54 Timer actionTimer_; 53 55 }; -
code/branches/unity_build/src/orxonox/controllers/DroneController.h
r7163 r8620 69 69 70 70 private: 71 static const float ACTION_INTERVAL; 72 71 73 Timer actionTimer_; 72 74 WeakPtr<Pawn> owner_;
Note: See TracChangeset
for help on using the changeset viewer.