From 85bfaaba79c518a6833d08733784af4049aa1b95 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 5 Aug 2012 19:23:24 +0400 Subject: Remove some ‘#if USE_CLIENT’ tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/files.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/common/files.c') diff --git a/src/common/files.c b/src/common/files.c index 72fa164..e689e93 100644 --- a/src/common/files.c +++ b/src/common/files.c @@ -3395,11 +3395,7 @@ Console command to fully re-start the file system. */ static void FS_Restart_f(void) { -#if USE_CLIENT CL_RestartFilesystem(qtrue); -#else - FS_Restart(qtrue); -#endif } static const cmdreg_t c_fs[] = { @@ -3485,11 +3481,7 @@ static void fs_game_changed(cvar_t *self) } // otherwise, restart the filesystem -#if USE_CLIENT CL_RestartFilesystem(qfalse); -#else - FS_Restart(qfalse); -#endif // exec autoexec.cfg (must be a real file within the game directory) ret = Cmd_ExecuteFile(COM_AUTOEXEC_CFG, FS_TYPE_REAL | FS_PATH_GAME); -- cgit v1.2.3