Changeset 8621
- Timestamp:
- May 27, 2011, 5:34:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/orxonox/controllers/DroneController.cc
r7284 r8621 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.