]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.cpp
rename music1, music2, music3
[lugaru.git] / Source / Sounds.cpp
index c85355356d23051e1e0bd8299decb0234871efa5..f5c33988c3a630759bdf087bbdaf79f94b08e0ab 100644 (file)
@@ -69,7 +69,7 @@ void loadAllSounds()
   footstepsound4 = footstepst2;
   // Huh?
   // OPENAL_Sample_SetMode(samp[whooshsound], OPENAL_LOOP_NORMAL);
-  for (int i = stream_firesound; i <= stream_music3; i++)
+  for (int i = stream_firesound; i <= stream_menutheme; i++)
     OPENAL_Stream_SetMode(samp[i], OPENAL_LOOP_NORMAL);
 }