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:
parent
348a1024be
commit
3d3199eeda
1 changed files with 2 additions and 1 deletions
|
@ -4168,10 +4168,11 @@ void GL_LoadQ3Model(model_t *mod, void *buffer)
|
||||||
//
|
//
|
||||||
|
|
||||||
hunkend = Hunk_LowMark ();
|
hunkend = Hunk_LowMark ();
|
||||||
|
#ifndef SERVERONLY
|
||||||
if (mod_md3flags.value)
|
if (mod_md3flags.value)
|
||||||
mod->flags = LittleLong(header->flags);
|
mod->flags = LittleLong(header->flags);
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
mod->flags = 0;
|
mod->flags = 0;
|
||||||
if (!mod->flags)
|
if (!mod->flags)
|
||||||
mod->flags = Mod_ReadFlagsFromMD1(mod->name, 0);
|
mod->flags = Mod_ReadFlagsFromMD1(mod->name, 0);
|
||||||
|
|
Loading…
Reference in a new issue