[Orxonox-commit 6256] r10913 - code/branches/campaignHS15/src/orxonox/controllers
gania at orxonox.net
gania at orxonox.net
Tue Dec 1 19:04:24 CET 2015
Author: gania
Date: 2015-12-01 19:04:24 +0100 (Tue, 01 Dec 2015)
New Revision: 10913
Modified:
code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc
Log:
quick fix
Modified: code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc
===================================================================
--- code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc 2015-12-01 18:03:32 UTC (rev 10912)
+++ code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc 2015-12-01 18:04:24 UTC (rev 10913)
@@ -131,7 +131,7 @@
{
if (!this->hasTarget())
{
- //this->chooseTarget();
+ this->chooseTarget();
//orxout (internal_error) << "Section ain't got no target" << endl;
}
if (this->hasTarget())
More information about the Orxonox-commit
mailing list