Fix auto conversion of RR Diag springs
Mappers should add stronger springs themselves during the conversion process
This commit is contained in:
parent
a066edeb6e
commit
64221c90d9
1 changed files with 4 additions and 3 deletions
|
|
@ -7964,12 +7964,13 @@ static void P_RemapDoomedNum(boolean mappatch)
|
|||
{
|
||||
// Ring Racers only.
|
||||
TYPECONVERT(MT_BALLOON, 543)
|
||||
TYPECONVERT(MT_REDSPRING, 552)
|
||||
TYPECONVERT(MT_REDDIAG, 556)
|
||||
TYPECONVERT(MT_GRAYDIAG, 557)
|
||||
TYPECONVERT(MT_BLUEDIAG, 556)
|
||||
TYPECONVERT(MT_REDDIAG, 555)
|
||||
TYPECONVERT(MT_YELLOWDIAG, 554)
|
||||
TYPECONVERT(MT_YELLOWHORIZ, 558)
|
||||
TYPECONVERT(MT_REDHORIZ, 559)
|
||||
TYPECONVERT(MT_BLUEHORIZ, 560)
|
||||
TYPECONVERT(MT_GRAYDIAG, 557)
|
||||
TYPECONVERT(MT_GRAYHORIZ, 561)
|
||||
TYPECONVERT(MT_SNEAKERPANEL, 510)
|
||||
TYPECONVERT(MT_SNEAKERPANELSPAWNER, 511)
|
||||
|
|
|
|||
Loading…
Reference in a new issue