X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.cpp;h=f5c33988c3a630759bdf087bbdaf79f94b08e0ab;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=c85355356d23051e1e0bd8299decb0234871efa5;hpb=291ea8c0692472bcf99ccd089b6de45610be85b9;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); }