mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Extra tab space to make the compiler happy
This commit is contained in:
parent
4f8b91c770
commit
c1405137ec
1 changed files with 2 additions and 2 deletions
|
|
@ -3915,7 +3915,7 @@ static void Command_Tunes_f(void)
|
||||||
static void Command_RestartAudio_f(void)
|
static void Command_RestartAudio_f(void)
|
||||||
{
|
{
|
||||||
if (dedicated) // No point in doing anything game is a dedicated server.
|
if (dedicated) // No point in doing anything game is a dedicated server.
|
||||||
return;
|
return;
|
||||||
|
|
||||||
I_ShutdownMusic();
|
I_ShutdownMusic();
|
||||||
I_ShutdownSound();
|
I_ShutdownSound();
|
||||||
|
|
@ -3928,7 +3928,7 @@ static void Command_RestartAudio_f(void)
|
||||||
I_SetDigMusicVolume(cv_digmusicvolume.value);
|
I_SetDigMusicVolume(cv_digmusicvolume.value);
|
||||||
I_SetMIDIMusicVolume(cv_midimusicvolume.value);
|
I_SetMIDIMusicVolume(cv_midimusicvolume.value);
|
||||||
if (Playing() && (!dedicated))
|
if (Playing() && (!dedicated))
|
||||||
P_RestoreMusic(displayplayer);
|
P_RestoreMusic(displayplayer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Quits a game and returns to the title screen.
|
/** Quits a game and returns to the title screen.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue