mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- handle a visual glitch in Duke's E2L1 via compatibility.
There is already code to deal with this automatically, but this does not manage to fully eliminate the problem.
This commit is contained in:
parent
2290f05dcb
commit
8f5923c324
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
{
|
{
|
||||||
case 'none':
|
case 'none':
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
case '91003239cfe780bf4c1de08e0a2b7cc2': // Duke E2L1
|
||||||
|
case 'b522da99f32a71ab31fc27aaba9b7f43': // Duke E2L1 World Tour
|
||||||
|
SplitSector(37, 269, 274); // sector bleeds into another area.
|
||||||
|
break;
|
||||||
|
|
||||||
case 'c3bfb6a6e7cded2e5fe16cea86632d79': // CP07
|
case 'c3bfb6a6e7cded2e5fe16cea86632d79': // CP07
|
||||||
SplitSector(33, 192, 196); // sector bleeds into another area.
|
SplitSector(33, 192, 196); // sector bleeds into another area.
|
||||||
|
|
Loading…
Reference in a new issue