Those downloading messages were annoying me.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@745 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-07 02:41:46 +00:00
parent 4bf238f9ae
commit 517ba202a3
1 changed files with 3 additions and 0 deletions

View File

@ -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