forked from fte/fteqw
1
0
Fork 0

And dedicated server compiles too

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1301 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-09 23:54:54 +00:00
parent 348a1024be
commit 3d3199eeda
1 changed files with 2 additions and 1 deletions

View File

@ -4168,10 +4168,11 @@ void GL_LoadQ3Model(model_t *mod, void *buffer)
//
hunkend = Hunk_LowMark ();
#ifndef SERVERONLY
if (mod_md3flags.value)
mod->flags = LittleLong(header->flags);
else
#endif
mod->flags = 0;
if (!mod->flags)
mod->flags = Mod_ReadFlagsFromMD1(mod->name, 0);