aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
diff options
context:
space:
mode:
authorMax Horn2005-02-18 00:28:56 +0000
committerMax Horn2005-02-18 00:28:56 +0000
commit695b0fcb5fab7803340c23c27e36940ce98a886c (patch)
treef3f22dc1e22ed2d8fff6a4fc0fc65752cbfc88fe /scumm/dialogs.h
parent05f4bf51510cba098d6073eddea885f903b7847d (diff)
downloadscummvm-rg350-695b0fcb5fab7803340c23c27e36940ce98a886c.tar.gz
scummvm-rg350-695b0fcb5fab7803340c23c27e36940ce98a886c.tar.bz2
scummvm-rg350-695b0fcb5fab7803340c23c27e36940ce98a886c.zip
Fix a small bug (wrong mouse cursor is briefly shown) in the F5 menu
svn-id: r16804
Diffstat (limited to 'scumm/dialogs.h')
-rw-r--r--scumm/dialogs.h1
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