[Orxonox-commit 5827] r10487 - code/branches/presentationFS15/src/modules/weapons/projectiles

maxima at orxonox.net maxima at orxonox.net
Tue May 26 13:08:43 CEST 2015


Author: maxima
Date: 2015-05-26 13:08:43 +0200 (Tue, 26 May 2015)
New Revision: 10487

Modified:
   code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h
   code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h
Log:
Bug fixed

Modified: code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h
===================================================================
--- code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h	2015-05-26 10:53:08 UTC (rev 10486)
+++ code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h	2015-05-26 11:08:43 UTC (rev 10487)
@@ -21,7 +21,7 @@
 #include "objects/collisionshapes/SphereCollisionShape.h"
 #include "../../../orxonox/worldentities/WorldEntity.h"
 #include "GravityBombField.h"
-#include "sound\WorldSound.h"
+#include "sound/WorldSound.h"
 
 namespace orxonox
 {

Modified: code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h
===================================================================
--- code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h	2015-05-26 10:53:08 UTC (rev 10486)
+++ code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h	2015-05-26 11:08:43 UTC (rev 10487)
@@ -21,7 +21,7 @@
 #include <time.h>
 #include <math.h>
 #include "graphics/Backlight.h"
-#include "sound\WorldSound.h"
+#include "sound/WorldSound.h"
 
 namespace orxonox {
 




More information about the Orxonox-commit mailing list