mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Fix ILLUSORY/ilusory1 E3M7 some more (#918)
* Fix ILLUSORY/ilusory1 E3M7 some more
This commit is contained in:
parent
98128d9fa3
commit
07f8b7f61a
1 changed files with 7 additions and 1 deletions
|
@ -1387,8 +1387,14 @@ class LevelCompatibility native play
|
|||
}
|
||||
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
|
||||
{
|
||||
// Fix red key
|
||||
// Fix red key and red key area door
|
||||
// Also fix missing texture in red key area
|
||||
SetThingFlags(247, 2016);
|
||||
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");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue