X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.cpp;h=c82f42ed3a4a58a5ccb10b5fcd3dfe29eba50cde;hb=14a1f983de1723c52b252c161997651cecbef2e1;hp=365c6d36cb1c3a6d6c693418940a9c2afa8b30d8;hpb=5c8be15962d6b02d7fdfdb16acc10f55267bea0f;p=lugaru.git diff --git a/Source/Sounds.cpp b/Source/Sounds.cpp index 365c6d3..c82f42e 100644 --- a/Source/Sounds.cpp +++ b/Source/Sounds.cpp @@ -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); }