From dc3114db78bda3b4485f47afbd99eeb61ca34d7c Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Thu, 27 Jan 2011 14:58:06 +0000 Subject: * Three minor cleanups (/dev/humancontroller) - Properly initialize cvartable entry for g_teamforcebalance - Properly remove the "which" command on shutdown - Clear all SS_ flags on stopping spectating instead of just wallwalk so free spectators don't get stuck with slowblob or whatever --- src/qcommon/files.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcommon') diff --git a/src/qcommon/files.c b/src/qcommon/files.c index 807be3f5..cae3da7f 100644 --- a/src/qcommon/files.c +++ b/src/qcommon/files.c @@ -2800,6 +2800,7 @@ void FS_Shutdown( qboolean closemfp ) { Cmd_RemoveCommand( "dir" ); Cmd_RemoveCommand( "fdir" ); Cmd_RemoveCommand( "touchFile" ); + Cmd_RemoveCommand( "which" ); #ifdef FS_MISSING if (closemfp) { -- cgit