From 060fc0f546c82915f6e14a16725cbe4f6cd00d9e Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 27 Feb 2011 02:07:49 +0000 Subject: [PATCH] grr git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3738 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/r_d3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/client/r_d3.c b/engine/client/r_d3.c index 93822c4b1..1d858c33a 100644 --- a/engine/client/r_d3.c +++ b/engine/client/r_d3.c @@ -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));