Remove Ring Racers objects and remove <pending removal>

This commit is contained in:
NepDisk 2025-02-09 21:07:16 -05:00
parent 587f14d403
commit 71789e3df1
2 changed files with 423 additions and 566 deletions

File diff suppressed because it is too large Load diff

View file

@ -7509,9 +7509,6 @@ static void P_ConvertBinaryThingTypes(void)
mapthings[i].args[0] = (mapthings[i].options & MTF_AMBUSH) == MTF_AMBUSH;
mapthings[i].args[1] = mapthings[i].angle;
break;
case 2050: // MT_DUELBOMB
mapthings[i].args[1] = !!(mapthings[i].options & MTF_AMBUSH);
break;
case 1950: // MT_AAZTREE_HELPER
mapthings[i].args[0] = mapthings[i].extrainfo;
mapthings[i].args[1] = mapthings[i].angle;