mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 08:52:00 +00:00
Make Ideya Anchor use parameter # instead of angle for Ideya ID
This commit is contained in:
parent
88383fb936
commit
d01ca9fe95
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue