mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-19 07:30:59 +00:00
Compat patch for misplaced items in Hexen MAP08.
This commit is contained in:
parent
d0975467f5
commit
bc75dc056e
1 changed files with 9 additions and 0 deletions
|
@ -987,6 +987,15 @@ class LevelCompatibility : LevelPostProcessor
|
|||
break;
|
||||
}
|
||||
|
||||
case '6CDA2721AA1076F063557CF89D88E92B': // hexen.wad map08
|
||||
{
|
||||
// Amulet of warding accidentally shifted outside of map
|
||||
SetThingXY(256,-1632,2352);
|
||||
// Icon of the defender outside of map
|
||||
SetThingSkills(261,0);
|
||||
break;
|
||||
}
|
||||
|
||||
case '39C594CAC07EE51C80F757DA465FCC94': // strife1.wad map10
|
||||
{
|
||||
// fix the shooting range by matching sector 138 and 145 properties together
|
||||
|
|
Loading…
Reference in a new issue