mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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
c33b14b55d
commit
4670819ec8
1 changed files with 6 additions and 0 deletions
|
@ -2107,6 +2107,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