mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Fix co-op softlock in Heretic E4M8 due to multiplayer teleporter.
This commit is contained in:
parent
679518f8e5
commit
6e544a1d41
1 changed files with 7 additions and 0 deletions
|
@ -987,6 +987,13 @@ class LevelCompatibility : LevelPostProcessor
|
|||
break;
|
||||
}
|
||||
|
||||
case '30D1480A6D4F3A3153739D4CCF659C4E': // heretic.wad E4M8
|
||||
{
|
||||
// multiplayer teleporter prevents exit on cooperative
|
||||
SetThingFlags(78,MTF_DEATHMATCH);
|
||||
break;
|
||||
}
|
||||
|
||||
case '6CDA2721AA1076F063557CF89D88E92B': // hexen.wad map08
|
||||
{
|
||||
// Amulet of warding accidentally shifted outside of map
|
||||
|
|
Loading…
Reference in a new issue