P_ConvertBinaryThingTypes: convert Rainbow Dash Rings too

This commit is contained in:
James R 2023-07-06 21:15:53 -07:00
parent acfd7ffc55
commit b17ae80c15

View file

@ -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;