From c1405137ecf6464cb68eefd299955004e3147a86 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Tue, 7 Nov 2017 23:48:03 -0500 Subject: [PATCH] Extra tab space to make the compiler happy --- src/d_netcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 501216b0..67a680c3 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -3915,7 +3915,7 @@ static void Command_Tunes_f(void) static void Command_RestartAudio_f(void) { if (dedicated) // No point in doing anything game is a dedicated server. - return; + return; I_ShutdownMusic(); I_ShutdownSound(); @@ -3928,7 +3928,7 @@ static void Command_RestartAudio_f(void) I_SetDigMusicVolume(cv_digmusicvolume.value); I_SetMIDIMusicVolume(cv_midimusicvolume.value); if (Playing() && (!dedicated)) - P_RestoreMusic(displayplayer); + P_RestoreMusic(displayplayer); } /** Quits a game and returns to the title screen.