]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.cpp
Unify strms and samps
[lugaru.git] / Source / Sounds.cpp
index 365c6d36cb1c3a6d6c693418940a9c2afa8b30d8..c82f42ed3a4a58a5ccb10b5fcd3dfe29eba50cde 100644 (file)
@@ -66,5 +66,7 @@ void loadAllSounds()
   footstepsound4 = footstepst2;
   // Huh?
   // OPENAL_Sample_SetMode(samp[whooshsound], OPENAL_LOOP_NORMAL);
+  for (int i = stream_firesound; i <= stream_music3; i++)
+    OPENAL_Stream_SetMode(samp[i], OPENAL_LOOP_NORMAL);
 }