mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
Made 100% secrets possible on The Realm of Parthoris E1M5
https://forum.zdoom.org/viewtopic.php?t=60181#p1049393
This commit is contained in:
parent
0ecbf07769
commit
05dcd30838
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue