From 502f1d7591a9413ad2135ed3305f58ed640366ca Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 27 Jan 2005 22:20:16 +0000 Subject: [PATCH] minimal wasn't compiling. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@838 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index 7510a2747..8c1e603a2 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -804,8 +804,10 @@ void Model_NextDownload (void) if (!stricmp(COM_FileExtension(s), "dsp")) //doom sprites are weird, and not really downloadable via this system continue; +#ifdef Q2CLIENT if (cls.q2server && s[0] == '#') //this is a vweap continue; +#endif if (!CL_CheckOrDownloadFile(s, cls.downloadnumber==1)) //world is required to be loaded. return; // started a download