Don't autodownload palette/colormap afterall.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@731 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-05 08:08:47 +00:00
parent 444d40db67
commit aa039d563d
1 changed files with 0 additions and 8 deletions

View File

@ -676,14 +676,6 @@ void Model_NextDownload (void)
cls.downloadtype = dl_model; cls.downloadtype = dl_model;
if (!COM_FCheckExists("pics/colormap.pcx")) //no false alarms if on q2 data.
{
if (!CL_CheckOrDownloadFile("gfx/colormap.lmp", false))
return;
if (!CL_CheckOrDownloadFile("gfx/palette.lmp", false))
return;
}
for ( for (
; cl.model_name[cls.downloadnumber][0] ; cl.model_name[cls.downloadnumber][0]
; cls.downloadnumber++) ; cls.downloadnumber++)