From 44175b8b38ffa8f47c836f91ac9f01b22c1212de Mon Sep 17 00:00:00 2001 From: crorabaugh2015 Date: Thu, 4 May 2017 13:23:27 -0400 Subject: [PATCH] Fixes issue 5288 - updated intro.c (#5425) --- src/openrct2/intro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/intro.c b/src/openrct2/intro.c index 8b08f4bc2e..2059ad003e 100644 --- a/src/openrct2/intro.c +++ b/src/openrct2/intro.c @@ -106,7 +106,7 @@ void intro_update() } // Play long peep scream sound - _soundChannel = Mixer_Play_Effect(SOUND_SCREAM_1, MIXER_LOOP_NONE, SDL_MIX_MAXVOLUME, 0.5f, 1, true); + _soundChannel = Mixer_Play_Effect(SOUND_SCREAM_1, MIXER_LOOP_NONE, SDL_MIX_MAXVOLUME, 0.5f, 1, false); gIntroState++; _introStateCounter = 0;