[Orxonox-commit 6656] r11294 - code/branches/mac_HS16/src/orxonox/worldentities

ahedges at orxonox.net ahedges at orxonox.net
Mon Nov 21 11:18:58 CET 2016


Author: ahedges
Date: 2016-11-21 11:18:57 +0100 (Mon, 21 Nov 2016)
New Revision: 11294

Modified:
   code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc
Log:
revert commenting out of macros


Modified: code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc
===================================================================
--- code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc	2016-11-17 15:58:06 UTC (rev 11293)
+++ code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc	2016-11-21 10:18:57 UTC (rev 11294)
@@ -26,15 +26,16 @@
  *
  */
 
+#include "core/CoreIncludes.h"
 #include "Actionpoint.h"
 
 namespace orxonox
 {
-//    RegisterClass(Actionpoint); ?
+    RegisterClass(Actionpoint);
 
     Actionpoint::Actionpoint(Context* context) : StaticEntity(context)
     {
-//        RegisterObject(Actionpoint);
+        RegisterObject(Actionpoint);
         
         this->actionName_ = "";
         this->name_ = "";




More information about the Orxonox-commit mailing list