More function name shit

git-svn-id: https://svn.eduke32.com/eduke32@6832 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-12 21:04:00 +00:00
parent 19c43b84b3
commit 87d19d5cde
11 changed files with 65 additions and 65 deletions

View file

@ -5008,7 +5008,7 @@ void polymost_scansector(int32_t sectnum)
if ((spr->cstat&48) || (usemodels && tile2model[spr->picnum].modelid>=0) || ((s.x * gcosang) + (s.y * gsinang) > 0))
{
if ((spr->cstat&(64+48))!=(64+16) || dmulscale6(sintable[(spr->ang+512)&2047],-s.x, sintable[spr->ang&2047],-s.y) > 0)
if (engine_addtsprite(z, sectnum))
if (renderAddTsprite(z, sectnum))
break;
}
}