mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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:
parent
e2f76d2861
commit
239e88122b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue