Re-allow negative hitags on crack sprites.

git-svn-id: https://svn.eduke32.com/eduke32@6722 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-03-06 10:25:17 +00:00
parent cd5b23e855
commit ea391a9b83

View file

@ -2013,7 +2013,7 @@ ACTOR_STATIC void G_MoveStandables(void)
}
else if (pSprite->picnum >= CRACK1 && pSprite->picnum <= CRACK4)
{
if (pSprite->hitag > 0)
if (pSprite->hitag)
{
pData[0] = pSprite->cstat;
pData[1] = pSprite->ang;