mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Added compatibility fix for Doom2's map18 for missing textures on one of the door frames - lines 451 and 459
This commit is contained in:
parent
a7cc6fb1ba
commit
d0c1dc9b02
1 changed files with 6 additions and 0 deletions
|
@ -488,6 +488,12 @@ F6EE16F770AD309D608EA0B1F1E249FC // Ultimate Doom, e4m3
|
|||
{
|
||||
setsectorspecial 147 0
|
||||
}
|
||||
0D491365C1B88B7D1B603890100DD03E // doom2.wad map18
|
||||
{
|
||||
// missing textures
|
||||
setwalltexture 451 front mid metal
|
||||
setwalltexture 459 front mid metal
|
||||
}
|
||||
EBDAC00E9D25D884B2C8F4B1F0390539 // doom2.wad map21
|
||||
{
|
||||
// push ceiling down in glitchy sectors above the stair switches
|
||||
|
|
Loading…
Reference in a new issue