mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 13:00:59 +00:00
Scythe MAP22 Compatibility fix
This commit is contained in:
parent
0ee0034beb
commit
a601350db6
1 changed files with 6 additions and 0 deletions
|
@ -1394,6 +1394,12 @@ class LevelCompatibility native play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '63BDD083A98A48C04B8CD58AA857F77D': // Scythe MAP22
|
||||||
|
{
|
||||||
|
// Wall behind start creates HOM in software renderer due to weird sector
|
||||||
|
OffsetSectorPlane(236, Sector.Floor, -40);
|
||||||
|
}
|
||||||
|
|
||||||
case '1C795660D2BA9FC93DA584C593FD1DA3': // Scythe 2 MAP17
|
case '1C795660D2BA9FC93DA584C593FD1DA3': // Scythe 2 MAP17
|
||||||
{
|
{
|
||||||
// Texture displays incorrectly in hardware renderer
|
// Texture displays incorrectly in hardware renderer
|
||||||
|
|
Loading…
Reference in a new issue