[Orxonox-commit 3148] r7841 - code/branches/ai/src/orxonox/controllers
jo at orxonox.net
jo at orxonox.net
Mon Jan 31 21:33:18 CET 2011
Author: jo
Date: 2011-01-31 21:33:18 +0100 (Mon, 31 Jan 2011)
New Revision: 7841
Modified:
code/branches/ai/src/orxonox/controllers/ArtificialController.cc
Log:
That was not intened.
Modified: code/branches/ai/src/orxonox/controllers/ArtificialController.cc
===================================================================
--- code/branches/ai/src/orxonox/controllers/ArtificialController.cc 2011-01-31 20:30:13 UTC (rev 7840)
+++ code/branches/ai/src/orxonox/controllers/ArtificialController.cc 2011-01-31 20:33:18 UTC (rev 7841)
@@ -50,6 +50,7 @@
SetConsoleCommand("ArtificialController", "masteraction", &ArtificialController::masteraction);
SetConsoleCommand("ArtificialController", "followme", &ArtificialController::followme);
SetConsoleCommand("ArtificialController", "passivebehaviour", &ArtificialController::passivebehaviour);
+ SetConsoleCommand("ArtificialController", "formationsize", &ArtificialController::formationsize);
SetConsoleCommand("ArtificialController", "botlevel", &ArtificialController::setBotLevel);
More information about the Orxonox-commit
mailing list