mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
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:
parent
24c4364e3d
commit
be0d5a7885
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue