minimal wasn't compiling.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@838 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-27 22:20:16 +00:00
parent 4fe170410d
commit 502f1d7591
1 changed files with 2 additions and 0 deletions

View File

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