mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Remove some dead code. Cstat 16384 was properly implemented at the top of polymer_drawsprite(), so no need for this hack anymore.
git-svn-id: https://svn.eduke32.com/eduke32@1558 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4bd5f5de87
commit
8733c63e5b
1 changed files with 0 additions and 3 deletions
|
@ -3448,9 +3448,6 @@ static void polymer_drawmdsprite(spritetype *tspr)
|
|||
|
||||
color[3] *= (1.0f - spriteext[tspr->owner].alpha);
|
||||
|
||||
// XXX fix that
|
||||
if (tspr->cstat & 16384) color[3] = 0.0f;
|
||||
|
||||
if (searchit == 2)
|
||||
{
|
||||
color[0] = 0x03;
|
||||
|
|
Loading…
Reference in a new issue