mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- added a compatibility option for a bad teleporter in the final Strife map.
This commit is contained in:
parent
328d9c75c4
commit
5151dff03c
1 changed files with 6 additions and 0 deletions
|
@ -1010,6 +1010,12 @@ class LevelCompatibility : LevelPostProcessor
|
|||
break;
|
||||
}
|
||||
|
||||
case '775CBC35C0A58326FE87AAD638FF9E2A': // Strife1.wad map29
|
||||
case 'A75099ACB622C7013EE737480FCB0D67': // SVE.wad map29
|
||||
// disable teleporter that would always teleport into a blocking position.
|
||||
ClearLineSpecial(271);
|
||||
break;
|
||||
|
||||
case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5
|
||||
{
|
||||
// Lower floor a bit so secret switch becomes accessible
|
||||
|
|
Loading…
Reference in a new issue