mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Fix tag for ILLUSORY/ilusory1 E3M4 patch (#917)
The tag was set incorrectly in the E3M4 patch for Illusions of Home, and this PR fixes that. This ties into #916.
This commit is contained in:
parent
d80816a0d9
commit
5a3441a2c6
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ class LevelCompatibility native play
|
|||
case '5084755C29FB0A1912113E36F37C958A': // Illusions of Home e3m4
|
||||
{
|
||||
// Fix action of final switch
|
||||
SetLineSpecial(765, Door_Open, 0, 16);
|
||||
SetLineSpecial(765, Door_Open, 6, 16);
|
||||
break;
|
||||
}
|
||||
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
|
||||
|
|
Loading…
Reference in a new issue