From 517ba202a3c853939ca8951eb0bac69d876eb056 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 7 Jan 2005 02:41:46 +0000 Subject: [PATCH] Those downloading messages were annoying me. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@745 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_parse.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index 5e51cf1c4..307dc6b6e 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -687,6 +687,9 @@ void Model_NextDownload (void) if (!stricmp(COM_FileExtension(s), "dsp")) //doom sprites are weird, and not really downloadable via this system continue; + if (cls.q2server && s[0] == '#') //this is a vweap + continue; + if (!CL_CheckOrDownloadFile(s, cls.downloadnumber==1)) //world is required to be loaded. return; // started a download