mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Must intialize _keysDialog to NULL
svn-id: r38819
This commit is contained in:
parent
837ca0683e
commit
90c12b3b3c
@ -590,6 +590,7 @@ ConfigDialog::ConfigDialog()
|
||||
new GUI::ButtonWidget(this, "ScummConfig.Cancel", "Cancel", kCloseCmd, 'C');
|
||||
#ifdef SMALL_SCREEN_DEVICE
|
||||
new GUI::ButtonWidget(this, "ScummConfig.Keys", "Keys", kKeysCmd, 'K');
|
||||
_keysDialog = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user