mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
- Fixed the position of the soul sphere within one of the secret areas (sector 324) of Alien Vendetta MAP28.
This commit is contained in:
parent
e279214f5b
commit
d049b3b3eb
1 changed files with 7 additions and 0 deletions
|
@ -1155,6 +1155,13 @@ class LevelCompatibility play
|
||||||
SetLineFlags(4884, Line.ML_REPEAT_SPECIAL);
|
SetLineFlags(4884, Line.ML_REPEAT_SPECIAL);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '7FB847B522DE80D0B2A217E1EF8D1A15': // av.wad map28
|
||||||
|
{
|
||||||
|
// Fix the soulsphere in a secret area (sector 324)
|
||||||
|
// so that it doesn't end up in an unreachable position.
|
||||||
|
SetThingXY(516, -934, 48);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue