mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-03-02 06:42:41 +00:00
- Fixed a lift in Double Impact E1M7 that could not be used more than twice from the lower area.
This commit is contained in:
parent
d3f023013b
commit
d764412121
1 changed files with 6 additions and 0 deletions
|
@ -2096,6 +2096,12 @@ class LevelCompatibility : LevelPostProcessor
|
|||
SetSectorSpecial (97, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
case 'A50AC05CCE4F07413A0C4883C5E24215': // dbimpact.wad e1m7
|
||||
{
|
||||
SetLineFlags(1461, Line.ML_REPEAT_SPECIAL);
|
||||
SetLineFlags(1468, Line.ML_REPEAT_SPECIAL);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue