Must intialize _keysDialog to NULL

svn-id: r38819
This commit is contained in:
Lars Persson 2009-02-23 22:09:06 +00:00
parent 837ca0683e
commit 90c12b3b3c

View File

@ -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
}