Changeset 8729 for code/trunk/src/orxonox/controllers/DroneController.cc
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/orxonox/controllers/DroneController.cc
r7284 r8729 43 43 CreateFactory(DroneController); 44 44 45 static const floatACTION_INTERVAL = 1.0f;45 const float DroneController::ACTION_INTERVAL = 1.0f; 46 46 47 47 DroneController::DroneController(BaseObject* creator) : ArtificialController(creator)
Note: See TracChangeset
for help on using the changeset viewer.