mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_ConvertBinaryThingTypes: convert Rainbow Dash Rings too
This commit is contained in:
parent
acfd7ffc55
commit
b17ae80c15
1 changed files with 1 additions and 0 deletions
|
|
@ -7194,6 +7194,7 @@ static void P_ConvertBinaryThingTypes(void)
|
||||||
mapthings[i].args[0] = mapthings[i].angle;
|
mapthings[i].args[0] = mapthings[i].angle;
|
||||||
break;
|
break;
|
||||||
case 3441: // MT_DASHRING (TODO: not yet hardcoded)
|
case 3441: // MT_DASHRING (TODO: not yet hardcoded)
|
||||||
|
case 3442: // MT_RAINBOWDASHRING (TODO: not yet hardcoded)
|
||||||
mapthings[i].args[0] = mapthings[i].options & 13;
|
mapthings[i].args[0] = mapthings[i].options & 13;
|
||||||
mapthings[i].args[1] = mapthings[i].extrainfo;
|
mapthings[i].args[1] = mapthings[i].extrainfo;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue