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));