- fixed Exhumed's game startup.

This commit is contained in:
Christoph Oelckers 2020-10-09 23:58:34 +02:00
parent fb6267dce0
commit 03e57fa3d7
3 changed files with 5 additions and 4 deletions

View file

@ -115,6 +115,7 @@ bool M_SetSpecialMenu(FName& menu, int param)
case NAME_Startgame:
case NAME_StartgameNoSkill:
menu = NAME_Startgame;
NewGameStartupInfo.Skill = param;
if (menu == NAME_StartgameNoSkill) NewGameStartupInfo.Episode = param;
if (gi->StartGame(NewGameStartupInfo))