This commit is contained in:
Rachael Alexanderson 2018-11-28 00:23:40 -05:00
commit dcff5a470f

View file

@ -179,6 +179,11 @@ class LevelCompatibility play
{
// The famous missing yellow key...
SetThingFlags(470, 2016);
// Fix textures on the two switches that rise from the floor in the eastern area
for (int i = 0; i < 8; i++)
{
SetLineFlags(1676 + i, 0, Line.ML_DONTPEGBOTTOM);
}
break;
}