Remove a couple of unnecessary calls to S_ClearSoundLocks()

git-svn-id: https://svn.eduke32.com/eduke32@6815 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-06 01:42:58 +00:00
parent 6cd5baf5c7
commit 55a436651a
2 changed files with 0 additions and 5 deletions

View file

@ -4648,10 +4648,7 @@ void G_HandleLocalKeys(void)
g_demo_rewind = 0;
if (g_demo_paused)
{
FX_StopAllSounds();
S_ClearSoundLocks();
}
}
if (KB_KeyPressed(sc_Tab))
@ -6681,7 +6678,6 @@ MAIN_LOOP_RESTART:
if (G_PlaybackDemo())
{
FX_StopAllSounds();
S_ClearSoundLocks();
g_noLogoAnim = 1;
goto MAIN_LOOP_RESTART;
}

View file

@ -3484,7 +3484,6 @@ static void Menu_Verify(int32_t input)
KB_FlushKeyboardQueue();
KB_ClearKeysDown();
FX_StopAllSounds();
S_ClearSoundLocks();
if (G_LoadPlayerMaybeMulti(*g_quickload) == 0)
break;