- 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:
Christoph Oelckers 2021-07-26 00:58:00 +02:00
parent 1a5a2aba2b
commit 1fde9f2173
7 changed files with 19 additions and 4 deletions

View file

@ -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);
}