mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
444d40db67
commit
aa039d563d
1 changed files with 0 additions and 8 deletions
|
@ -676,14 +676,6 @@ void Model_NextDownload (void)
|
|||
|
||||
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 (
|
||||
; cl.model_name[cls.downloadnumber][0]
|
||||
; cls.downloadnumber++)
|
||||
|
|
Loading…
Reference in a new issue