Make Ideya Anchor use parameter # instead of angle for Ideya ID

This commit is contained in:
mazmazz 2018-08-16 11:25:35 -04:00
parent 88383fb936
commit d01ca9fe95

View file

@ -10682,8 +10682,7 @@ ML_EFFECT4 : Don't clip inside the ground
mobj->threshold = mthing->angle >> 8;
break;
case MT_IDEYAANCHOR:
if (mthing->angle >= 0)
mobj->health = mthing->angle;
mobj->health = mthing->extrainfo;
break;
case MT_NIGHTSDRONE:
{