- Fixed a lift in Double Impact E1M7 that could not be used more than twice from the lower area.

This commit is contained in:
Player701 2020-10-09 17:58:06 +03:00 committed by Christoph Oelckers
parent c33b14b55d
commit 4670819ec8

View file

@ -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);
}
}
}
}