mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Indentation
This commit is contained in:
parent
71aa97fc22
commit
e1c0a7158b
1 changed files with 5 additions and 5 deletions
|
|
@ -1186,11 +1186,11 @@ void I_StartupSound(void)
|
||||||
// Configure sound device
|
// Configure sound device
|
||||||
CONS_Printf("I_StartupSound:\n");
|
CONS_Printf("I_StartupSound:\n");
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// Force DirectSound instead of WASAPI
|
// Force DirectSound instead of WASAPI
|
||||||
// SDL 2.0.6+ defaults to the latter and it screws up our sound effects
|
// SDL 2.0.6+ defaults to the latter and it screws up our sound effects
|
||||||
SDL_setenv("SDL_AUDIODRIVER", "directsound", 1);
|
SDL_setenv("SDL_AUDIODRIVER", "directsound", 1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// EE inits audio first so we're following along.
|
// EE inits audio first so we're following along.
|
||||||
if (SDL_WasInit(SDL_INIT_AUDIO) == SDL_INIT_AUDIO)
|
if (SDL_WasInit(SDL_INIT_AUDIO) == SDL_INIT_AUDIO)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue