Merge remote-tracking branch 'remotes/james/unpause-resume-sounds' into version-prep

This commit is contained in:
fickleheart 2019-03-17 16:36:52 -05:00
commit f909a055d8
1 changed files with 4 additions and 4 deletions

View File

@ -615,12 +615,12 @@ static void Impl_HandleWindowEvent(SDL_WindowEvent evt)
{ {
// Tell game we got focus back, resume music if necessary // Tell game we got focus back, resume music if necessary
window_notinfocus = false; window_notinfocus = false;
if (!paused) if (!paused)
{
I_ResumeSong(); //resume it I_ResumeSong(); //resume it
if (cv_gamesounds.value)
S_EnableSound(); if (cv_gamesounds.value)
} S_EnableSound();
if (!firsttimeonmouse) if (!firsttimeonmouse)
{ {