mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 08:21:28 +00:00
Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
dcff5a470f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue