[Orxonox-commit 1718] r6436 - code/trunk/data/levels/templates

rgrieder at orxonox.net rgrieder at orxonox.net
Fri Jan 1 21:52:45 CET 2010


Author: rgrieder
Date: 2010-01-01 21:52:45 +0100 (Fri, 01 Jan 2010)
New Revision: 6436

Modified:
   code/trunk/data/levels/templates/spaceship_assff.oxt
Log:
Engine idle sound wasn't looped.

Modified: code/trunk/data/levels/templates/spaceship_assff.oxt
===================================================================
--- code/trunk/data/levels/templates/spaceship_assff.oxt	2010-01-01 17:43:54 UTC (rev 6435)
+++ code/trunk/data/levels/templates/spaceship_assff.oxt	2010-01-01 20:52:45 UTC (rev 6436)
@@ -73,7 +73,7 @@
    accelerationupdown    =  125
   >
     <EffectContainer condition="idle">
-      <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" loop=1 active=false/>
+      <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/>
     </EffectContainer>
     <EffectContainer condition="not idle">
       <FadingBillboard mainstate=activity active=false scale=0.1 position="0, 0, 9" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 />




More information about the Orxonox-commit mailing list