[Orxonox-commit 5401] r10064 - code/branches/ScriptableController/src/orxonox/controllers
smerkli at orxonox.net
smerkli at orxonox.net
Wed May 21 11:45:36 CEST 2014
Author: smerkli
Date: 2014-05-21 11:45:35 +0200 (Wed, 21 May 2014)
New Revision: 10064
Modified:
code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc
Log:
Test commit to see if committing still works
Modified: code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc
===================================================================
--- code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc 2014-05-20 08:21:20 UTC (rev 10063)
+++ code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc 2014-05-21 09:45:35 UTC (rev 10064)
@@ -38,13 +38,10 @@
float scTime=0; /*initialize time, to coordinate eventTime*/
-
std::vector<event> eventList;
-
-
RegisterClass(ScriptController);
//ScriptController::ScriptController(Context* context, ControllableEntity* CE) : ArtificialController(context)
More information about the Orxonox-commit
mailing list