mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added a compatibility fix for some broken sectors in Doom2's MAP21.
This commit is contained in:
parent
b02ebd98ab
commit
71b6d0113e
1 changed files with 6 additions and 0 deletions
|
@ -488,6 +488,12 @@ F6EE16F770AD309D608EA0B1F1E249FC // Ultimate Doom, e4m3
|
||||||
{
|
{
|
||||||
setsectorspecial 147 0
|
setsectorspecial 147 0
|
||||||
}
|
}
|
||||||
|
EBDAC00E9D25D884B2C8F4B1F0390539 // doom2.wad map21
|
||||||
|
{
|
||||||
|
// push ceiling down in glitchy sectors above the stair switches
|
||||||
|
setsectoroffset 50 ceil -56
|
||||||
|
setsectoroffset 54 ceil -56
|
||||||
|
}
|
||||||
110F84DE041052B59307FAF0293E6BC0 // Doom II, map27
|
110F84DE041052B59307FAF0293E6BC0 // Doom II, map27
|
||||||
{
|
{
|
||||||
setsectorspecial 93 0
|
setsectorspecial 93 0
|
||||||
|
|
Loading…
Reference in a new issue