mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
Merge branch 'convert-rainbow-rings' into 'master'
P_ConvertBinaryThingTypes: convert Rainbow Dash Rings too See merge request KartKrew/Kart!1327
This commit is contained in:
commit
c824654130
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;
|
||||
break;
|
||||
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[1] = mapthings[i].extrainfo;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue