aboutsummaryrefslogtreecommitdiff
path: root/engines/dialogs.h
diff options
context:
space:
mode:
authorTravis Howell2009-02-07 06:47:19 +0000
committerTravis Howell2009-02-07 06:47:19 +0000
commit9f2d6d82ca05c4dfe5e649bcda4586c78cb420f3 (patch)
treecbbb6a526dfc444dc2099f5a8182cddd37967a5f /engines/dialogs.h
parent4131d3d07feec064fa129e1675d39eb3b14d4e8e (diff)
downloadscummvm-rg350-9f2d6d82ca05c4dfe5e649bcda4586c78cb420f3.tar.gz
scummvm-rg350-9f2d6d82ca05c4dfe5e649bcda4586c78cb420f3.tar.bz2
scummvm-rg350-9f2d6d82ca05c4dfe5e649bcda4586c78cb420f3.zip
Make the subtitle settings in Options section of the global main menu optional, and enable only for game engines where subtitles settings are synced.
svn-id: r36237
Diffstat (limited to 'engines/dialogs.h')
-rw-r--r--engines/dialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dialogs.h b/engines/dialogs.h
index b71ae84149..bd2f9dce84 100644
--- a/engines/dialogs.h
+++ b/engines/dialogs.h
@@ -66,7 +66,7 @@ protected:
#endif
public:
- ConfigDialog();
+ ConfigDialog(bool subtitleControls);
~ConfigDialog();
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);