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:
plagman 2009-12-08 06:02:58 +00:00
parent 4bd5f5de87
commit 8733c63e5b
1 changed files with 0 additions and 3 deletions

View File

@ -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;