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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user