mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- fixed Exhumed's game startup.
This commit is contained in:
parent
fb6267dce0
commit
03e57fa3d7
3 changed files with 5 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue