[Orxonox-commit 2067] r6783 - code/branches/rocket/src/orxonox/controllers
gnadler at orxonox.net
gnadler at orxonox.net
Mon Apr 26 16:01:57 CEST 2010
Author: gnadler
Date: 2010-04-26 16:01:57 +0200 (Mon, 26 Apr 2010)
New Revision: 6783
Modified:
code/branches/rocket/src/orxonox/controllers/CMakeLists.txt
code/branches/rocket/src/orxonox/controllers/RocketController.cc
Log:
Modified: code/branches/rocket/src/orxonox/controllers/CMakeLists.txt
===================================================================
--- code/branches/rocket/src/orxonox/controllers/CMakeLists.txt 2010-04-26 13:59:43 UTC (rev 6782)
+++ code/branches/rocket/src/orxonox/controllers/CMakeLists.txt 2010-04-26 14:01:57 UTC (rev 6783)
@@ -7,5 +7,5 @@
ScriptController.cc
WaypointController.cc
WaypointPatrolController.cc
- RocketController.cc
+ DroneController.cc
)
Modified: code/branches/rocket/src/orxonox/controllers/RocketController.cc
===================================================================
--- code/branches/rocket/src/orxonox/controllers/RocketController.cc 2010-04-26 13:59:43 UTC (rev 6782)
+++ code/branches/rocket/src/orxonox/controllers/RocketController.cc 2010-04-26 14:01:57 UTC (rev 6783)
@@ -27,7 +27,7 @@
*/
#include "RocketController.h"
-#include "modules\weapons\projectiles\SimpleRocket.h"
+#include "weapons/projectiles/SimpleRocket.h"
#include "util/Math.h"
More information about the Orxonox-commit
mailing list