- Fixed textures on the two switches that rise from the floor in the eastern area of TNT MAP31

This commit is contained in:
Player701 2018-11-27 15:22:58 +03:00 committed by Christoph Oelckers
parent 4a85e24228
commit 91ea22e85a
1 changed files with 5 additions and 0 deletions

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