[Orxonox-commit 5305] r9968 - code/trunk/data/levels

landauf at orxonox.net landauf at orxonox.net
Sat Jan 4 00:59:13 CET 2014


Author: landauf
Date: 2014-01-04 00:59:12 +0100 (Sat, 04 Jan 2014)
New Revision: 9968

Modified:
   code/trunk/data/levels/lastManStanding.oxw
Log:
fixed crash while loading lastManStanding.oxw (BigExplosion is now a MovableEntity and cannot have static collision type anymore)

Modified: code/trunk/data/levels/lastManStanding.oxw
===================================================================
--- code/trunk/data/levels/lastManStanding.oxw	2014-01-03 21:14:03 UTC (rev 9967)
+++ code/trunk/data/levels/lastManStanding.oxw	2014-01-03 23:59:12 UTC (rev 9968)
@@ -136,7 +136,7 @@
 
 <!-- top explosion, this is instantiated here so it does not load all resources
      later when the first kill happens. Far away since we don't want to see it -->
-     <BigExplosion position="1e12,0,0" collisionType=static visible=false >
+     <BigExplosion position="1e12,0,0" visible=false >
      </BigExplosion>
 
 




More information about the Orxonox-commit mailing list