mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +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
|
else
|
||||||
wpptr->a = 255;
|
wpptr->a = 255;
|
||||||
|
|
||||||
{
|
|
||||||
char *p = (char *)(palookup[dapal])+(int32_t)(dashade<<8);
|
char *p = (char *)(palookup[dapal])+(int32_t)(dashade<<8);
|
||||||
dacol = (uint8_t)p[dacol];
|
dacol = (uint8_t)p[dacol];
|
||||||
}
|
|
||||||
|
|
||||||
if (!fullbrightloadingpass)
|
if (!fullbrightloadingpass)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue