Made 100% secrets possible on The Realm of Parthoris E1M5

https://forum.zdoom.org/viewtopic.php?t=60181#p1049393
This commit is contained in:
alexey.lysiuk 2018-04-11 11:52:07 +03:00
parent 0ecbf07769
commit 05dcd30838

View file

@ -406,6 +406,13 @@ class LevelCompatibility play
SetSectorSpecial(868, 0);
break;
}
case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5
{
// Lower floor a bit so secret switch becomes accessible
OffsetSectorPlane(527, Sector.floor, -32);
break;
}
}
}