git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3738 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-02-27 02:07:49 +00:00
parent d7b9d1019a
commit 060fc0f546
1 changed files with 1 additions and 2 deletions

View File

@ -548,8 +548,7 @@ qboolean D3_LoadMap_CollisionMap(model_t *mod, char *buf)
/*that's the physics sorted*/
#ifndef SERVERONLY
if (!isDedi
cated)
if (!isDedicated)
{
COM_StripExtension(mod->name, token, sizeof(token));
buf = FS_LoadMallocFile(va("%s.proc", token));