warning fix

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1431 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-10-05 02:26:54 +00:00
parent e2f76d2861
commit 239e88122b
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
#endif
#ifdef Q3SERVER
if (newgametype == GT_QUAKE3)
if (svs.gametype == GT_QUAKE3)
SVQ3_ShutdownGame(); //botlib kinda mandates this. :(
#endif