mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed a compatibility fix that used 'FlipLine'
This commit is contained in:
parent
2489ea2e45
commit
2e0f7a0979
1 changed files with 1 additions and 2 deletions
|
@ -1514,8 +1514,7 @@ class LevelCompatibility : LevelPostProcessor
|
|||
case 'BA1288DF7A7AD637948825EA87E18728': // Valletta's Doom Nightmare (vltnight.wad) map02
|
||||
{
|
||||
//This door's backside had a backwards linedef so it wouldn't work
|
||||
FlipLine(306);
|
||||
FlipLineSideRefs(306);
|
||||
FlipLineCompletely(306);
|
||||
//Set the exit to point to Position 0, since that's the only one on the next map
|
||||
SetLineSpecial(564, Exit_Normal, 0);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue