Merge branch 'master' into next

This commit is contained in:
Sally Coolatta 2021-02-27 00:38:43 -05:00
commit ffec5f632b
2 changed files with 5 additions and 2 deletions

View file

@ -624,7 +624,6 @@ static void Impl_HandleWindowEvent(SDL_WindowEvent evt)
// Tell game we got focus back, resume music if necessary
window_notinfocus = false;
if (!paused)
S_InitMusicVolume();
if (cv_gamesounds.value)

View file

@ -164,3 +164,7 @@ else
endif
LIBS+=-ldiscord-rpc
endif
ifndef MINGW64
LDFLAGS+=-Wl,--large-address-aware
endif