mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-16 12:02:58 +00:00
fix: Update hardcore mode UI to correctly set gamemode slider
This commit is contained in:
parent
82c6c5db8f
commit
00399fc2da
|
|
@ -291,7 +291,8 @@ UIScene_LoadMenu::UIScene_LoadMenu(int iPad, void *initData, UILayer *parentLaye
|
|||
// Hardcore locks game mode to Survival
|
||||
m_iGameModeId = GameType::SURVIVAL->getId();
|
||||
m_bGameModeCreative = false;
|
||||
m_buttonGamemode.setLabel(app.GetString(IDS_GAMEMODE_SURVIVAL));
|
||||
m_sliderGamemode.setLabel(app.GetString(IDS_GAMEMODE_SURVIVAL));
|
||||
m_sliderGamemode.SetSliderValue(0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue