mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-07 06:06:24 +00:00
Make Ideya Anchor use parameter # instead of angle for Ideya ID
This commit is contained in:
parent
af2fb1ef97
commit
2fcb94d408
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…
Add table
Reference in a new issue