mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added compatibility fix for bad sector reference in Plutonia MAP11.
This commit is contained in:
parent
437b44bafb
commit
72c7a05ba8
1 changed files with 6 additions and 0 deletions
|
@ -172,6 +172,12 @@ class LevelCompatibility play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '1EF7DEAECA03DE03BF363A3193757B5C': // PLUTONIA.wad map11
|
||||||
|
{
|
||||||
|
SetLineSectorRef(41, Line.back, 6);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case '279BB50468FE9F5B36C6D821E4902369': // Plutonia Experiment map30
|
case '279BB50468FE9F5B36C6D821E4902369': // Plutonia Experiment map30
|
||||||
{
|
{
|
||||||
// flag items in deathmatch-only area correctly so that 100% items
|
// flag items in deathmatch-only area correctly so that 100% items
|
||||||
|
|
Loading…
Reference in a new issue