Use maps selector: draw files found in ZIPs with pal 8.

git-svn-id: https://svn.eduke32.com/eduke32@2370 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-02-20 19:53:07 +00:00
parent 24c4364e3d
commit be0d5a7885

View file

@ -2305,7 +2305,9 @@ cheat_for_port_credits:
tempbuf[len++] = '.';
}
tempbuf[len] = 0;
minitextshade(180,1+12+32+8*(6-i),tempbuf,c,2,26);
minitextshade(180,1+12+32+8*(6-i),tempbuf,c,
dir->source==CACHE1D_SOURCE_ZIP ? 8 : 2,
26);
}
}