mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
176900c7e2
2 changed files with 5 additions and 2 deletions
|
|
@ -624,8 +624,7 @@ 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)
|
S_InitMusicVolume();
|
||||||
S_InitMusicVolume();
|
|
||||||
|
|
||||||
if (cv_gamesounds.value)
|
if (cv_gamesounds.value)
|
||||||
S_EnableSound();
|
S_EnableSound();
|
||||||
|
|
|
||||||
|
|
@ -164,3 +164,7 @@ else
|
||||||
endif
|
endif
|
||||||
LIBS+=-ldiscord-rpc
|
LIBS+=-ldiscord-rpc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef MINGW64
|
||||||
|
LDFLAGS+=-Wl,--large-address-aware
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue