I really need to break; this habit
This commit is contained in:
parent
616e0ecb88
commit
4dd7af8cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -7786,6 +7786,7 @@ static void P_ConvertBinaryThingTypes(void)
|
|||
case 30442: // MT_RAINBOWDASHRING
|
||||
mapthings[i].args[0] = mapthings[i].options & 13;
|
||||
mapthings[i].args[1] = mapthings[i].extrainfo;
|
||||
break;
|
||||
case FLOOR_SLOPE_THING:
|
||||
case CEILING_SLOPE_THING:
|
||||
mapthings[i].args[0] = mapthings[i].extrainfo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue