Remove Heretic E4M8 multiplayer fix, merged into GZDoom.
This commit is contained in:
parent
88246020a3
commit
2500f497e9
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r54 \cu(Mon 2 May 01:30:37 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r54 \cu(2022-05-02 01:30:37)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r55 \cu(Wed 4 May 11:54:46 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r55 \cu(2022-05-04 11:54:46)\c-";
|
||||
|
|
|
|||
|
|
@ -127,8 +127,6 @@ Class SWWMLevelCompatibility : LevelPostProcessor
|
|||
case '30D1480A6D4F3A3153739D4CCF659C4E':
|
||||
level.nextsecretmap = level.nextmap; // so the handler can detect this
|
||||
level.nextmap = "E5M1";
|
||||
// remove a multiplayer-exclusive teleport because it's dumb as all fuck that it exists
|
||||
SetThingEdNum(78,0);
|
||||
break;
|
||||
// Micro Slaughter Community Project MAP13 (beta) / MAP14 (v1)
|
||||
case 'E45AA3BE411845AA0DEE7CA5DAAB65FE':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue