mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 22:38:17 +00:00
GUI: Add missing member initialization in GlobalOptionsDialog constructor
This commit is contained in:
parent
50a9076a3e
commit
1c788f8a29
@ -1706,6 +1706,7 @@ GlobalOptionsDialog::GlobalOptionsDialog(LauncherDialog *launcher)
|
||||
_guiLanguageUseGameLanguageCheckbox = nullptr;
|
||||
_useSystemDialogsCheckbox = nullptr;
|
||||
_guiReturnToLauncherAtExit = nullptr;
|
||||
_guiConfirmExit = nullptr;
|
||||
#ifdef USE_UPDATES
|
||||
_updatesPopUpDesc = nullptr;
|
||||
_updatesPopUp = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user