diff options
Diffstat (limited to 'scumm/dialogs.h')
-rw-r--r-- | scumm/dialogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h index ad4137e78b..e9eedeecb3 100644 --- a/scumm/dialogs.h +++ b/scumm/dialogs.h @@ -64,6 +64,7 @@ public: protected: GUI::Dialog *_aboutDialog; + GUI::Dialog *_optionsDialog; #ifndef DISABLE_HELP GUI::Dialog *_helpDialog; #endif |