dedicated compile fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4735 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5f9e575e75
commit
3ee2712c3c
1 changed files with 2 additions and 0 deletions
|
@ -592,7 +592,9 @@ void Mod_Shutdown (qboolean final)
|
|||
mod_known = NULL;
|
||||
mod_numknown = 0;
|
||||
|
||||
#ifndef SERVERONLY
|
||||
r_worldentity.model = NULL; //just in case.
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue