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
1 changed files with 1 additions and 1 deletions

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;