mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 07:12:36 +00:00
Remove Illusory E3M7 key door changes
Removed the red key door compat patch for Illusions of Home E3M7 because a switch (the computer panel, rather) already opened that door as it was, therefore the original change was unnecessary.
This commit is contained in:
parent
525d678219
commit
3a54b10697
1 changed files with 1 additions and 5 deletions
|
@ -1387,13 +1387,9 @@ class LevelCompatibility native play
|
||||||
}
|
}
|
||||||
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
|
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
|
||||||
{
|
{
|
||||||
// Fix red key and red key area door
|
// Fix red key and missing texture in red key area
|
||||||
// Also fix missing texture in red key area
|
|
||||||
SetThingFlags(247, 2016);
|
SetThingFlags(247, 2016);
|
||||||
SetThingSkills(247, 31);
|
SetThingSkills(247, 31);
|
||||||
SetLineActivation(49, SPAC_Use);
|
|
||||||
SetLineSpecial(49, Door_Raise, 0, 16, 150, 0);
|
|
||||||
SetLineFlags(49, Line.ML_REPEAT_SPECIAL);
|
|
||||||
SetWallTexture(608, Line.back, Side.bottom, "GRAY5");
|
SetWallTexture(608, Line.back, Side.bottom, "GRAY5");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue