grr
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3738 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d7b9d1019a
commit
060fc0f546
1 changed files with 1 additions and 2 deletions
|
@ -548,8 +548,7 @@ qboolean D3_LoadMap_CollisionMap(model_t *mod, char *buf)
|
||||||
|
|
||||||
/*that's the physics sorted*/
|
/*that's the physics sorted*/
|
||||||
#ifndef SERVERONLY
|
#ifndef SERVERONLY
|
||||||
if (!isDedi
|
if (!isDedicated)
|
||||||
cated)
|
|
||||||
{
|
{
|
||||||
COM_StripExtension(mod->name, token, sizeof(token));
|
COM_StripExtension(mod->name, token, sizeof(token));
|
||||||
buf = FS_LoadMallocFile(va("%s.proc", token));
|
buf = FS_LoadMallocFile(va("%s.proc", token));
|
||||||
|
|
Loading…
Reference in a new issue