mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- workaround to allow playing SW's Last Warrior mod in one go.
This disables the boss's death in L4 ending the game and just advances to the next level. This seems to be the intent with this mod as the second episode starting at L5 is not defined and the first episode's subtitle advertises the full game.
This commit is contained in:
parent
1a5a2aba2b
commit
1fde9f2173
7 changed files with 19 additions and 4 deletions
|
@ -7202,7 +7202,7 @@ domovethings(void)
|
|||
{
|
||||
FinishTimer = 0;
|
||||
MapRecord *map = nullptr;
|
||||
if (FinishAnim == ANIM_SUMO)
|
||||
if (FinishAnim == ANIM_SUMO || FinishAnim == ANIM_SERP)
|
||||
{
|
||||
map = FindNextMap(currentLevel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue