1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Fixes issue 5288 - updated intro.c (#5425)

This commit is contained in:
crorabaugh2015
2017-05-04 13:23:27 -04:00
committed by Ted John
parent f8cb551721
commit 44175b8b38

View File

@@ -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;