[Orxonox-commit 2388] r7103 - in code/branches/presentation3/data/levels: . includes

scheusso at orxonox.net scheusso at orxonox.net
Thu Jun 3 02:20:28 CEST 2010


Author: scheusso
Date: 2010-06-03 02:20:28 +0200 (Thu, 03 Jun 2010)
New Revision: 7103

Modified:
   code/branches/presentation3/data/levels/Quest_PirateAttack.oxw
   code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua
Log:
fixed case-sensitivity issues


Modified: code/branches/presentation3/data/levels/Quest_PirateAttack.oxw
===================================================================
--- code/branches/presentation3/data/levels/Quest_PirateAttack.oxw	2010-06-03 00:04:42 UTC (rev 7102)
+++ code/branches/presentation3/data/levels/Quest_PirateAttack.oxw	2010-06-03 00:20:28 UTC (rev 7103)
@@ -325,7 +325,7 @@
             </StaticEntity>
     
     <ParticleSpawner position="4650,5350,-11050" source="Orxonox/explosion1" name=base visible=false active=false loop=0/>
-    <Model position="4800,5785,-10725" scale=3 mesh="Rocket.mesh" visible=true active=true name=base />
+    <Model position="4800,5785,-10725" scale=3 mesh="rocket.mesh" visible=true active=true name=base />
     <EventDispatcher>
                 <targets>
                     <EventTarget target=base />

Modified: code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua
===================================================================
--- code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua	2010-06-03 00:04:42 UTC (rev 7102)
+++ code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua	2010-06-03 00:20:28 UTC (rev 7103)
@@ -328,7 +328,7 @@
 
 -- Insert the SatelliteDish.
 topPartsIndex[2]=8
-bodyParts[topPartsIndex[2]][0][0][0][4]="SatelliteDish.mesh"
+bodyParts[topPartsIndex[2]][0][0][0][4]="satellitedish.mesh"
 bodyParts[topPartsIndex[2]][0][0][0][5]="pitch=-90"
 bodyParts[topPartsIndex[2]][0][0][0][8]="rotationaxis=\"0,1,0\" rotationrate=5"
 




More information about the Orxonox-commit mailing list