X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.cpp;h=f5c33988c3a630759bdf087bbdaf79f94b08e0ab;hb=26debbd380c6922e5a0b60d99567c6374a4fef9a;hp=c85355356d23051e1e0bd8299decb0234871efa5;hpb=af283344ca70f7fbe9abd0d269511bc4ec3ff4bf;p=lugaru.git diff --git a/Source/Sounds.cpp b/Source/Sounds.cpp index c853553..f5c3398 100644 --- a/Source/Sounds.cpp +++ b/Source/Sounds.cpp @@ -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); }