mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
useless change
git-svn-id: https://svn.eduke32.com/eduke32@6440 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ac3faa5fd4
commit
60d06d8757
1 changed files with 2 additions and 4 deletions
|
@ -1075,10 +1075,8 @@ void gloadtile_art(int32_t dapic, int32_t dapal, int32_t tintpalnum, int32_t das
|
|||
else
|
||||
wpptr->a = 255;
|
||||
|
||||
{
|
||||
char *p = (char *)(palookup[dapal])+(int32_t)(dashade<<8);
|
||||
dacol = (uint8_t)p[dacol];
|
||||
}
|
||||
char *p = (char *)(palookup[dapal])+(int32_t)(dashade<<8);
|
||||
dacol = (uint8_t)p[dacol];
|
||||
|
||||
if (!fullbrightloadingpass)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue