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;