- flag SW's cutscenes as 'boss death only'.

This commit is contained in:
Christoph Oelckers 2021-08-13 22:25:13 +02:00
parent d5c9768414
commit 5aa27bad3b
11 changed files with 21 additions and 12 deletions

View file

@ -7206,7 +7206,7 @@ domovethings(void)
{
map = FindNextMap(currentLevel);
}
ChangeLevel(map, g_nextskill);
ChangeLevel(map, g_nextskill, true);
}
}
}