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