- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/controllers/FormationController.cc
r9348 r9629 69 69 static const float ROTATEFACTOR_FREE = 0.8f; 70 70 71 FormationController::FormationController( BaseObject* creator) : Controller(creator)71 FormationController::FormationController(Context* context) : Controller(context) 72 72 { 73 73 RegisterObject(FormationController);
Note: See TracChangeset
for help on using the changeset viewer.