- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/FormationController.cc
r9663 r9667 56 56 SetConsoleCommand("FormationController", "formationsize", &FormationController::formationsize); 57 57 58 59 58 RegisterClass(FormationController); 60 59 61 60 static const unsigned int STANDARD_MAX_FORMATION_SIZE = 9; … … 69 68 static const float ROTATEFACTOR_FREE = 0.8f; 70 69 71 FormationController::FormationController( BaseObject* creator) : Controller(creator)70 FormationController::FormationController(Context* context) : Controller(context) 72 71 { 73 72 RegisterObject(FormationController);
Note: See TracChangeset
for help on using the changeset viewer.