mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- added a compatibility handler for a badly constructed crossbeam bridge in Unholy Realms MAP17.
This commit is contained in:
parent
9f6b8cd323
commit
0b84d6b204
1 changed files with 6 additions and 0 deletions
|
@ -1231,6 +1231,12 @@ class LevelCompatibility native play
|
|||
AddSectorTag(7857, 82);
|
||||
break;
|
||||
}
|
||||
|
||||
case '7B1EB6C1231CD03E90F4A1C0D51A8B6D': // ur_final.wad map17
|
||||
{
|
||||
SetLineSpecial(3020, Transfer_Heights, 19);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue