mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed: Fix Training menu option.
This commit is contained in:
parent
8450369a22
commit
1c90d16aaf
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void GameInterface::MenuClosed()
|
|||
bool GameInterface::StartGame(FNewGameStartup& gs)
|
||||
{
|
||||
auto map = FindMapByLevelNum(gs.Episode);
|
||||
DeferedStartGame(map, 0); // 0 is training, 1 is the regular game - the game does not have skill levels.
|
||||
DeferedStartGame(map, gs.Skill); // 0 is training, 1 is the regular game - the game does not have skill levels.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue