aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-17 17:04:10 +1000
committerPaul Gilbert2012-06-17 17:04:10 +1000
commit9405f9eb4aed1d4c248e57ab4972b0132b2253f5 (patch)
tree2eec56fa61f45cf4a724b0b8d5974c4be462b27c /engines/tony/globals.h
parentb554063d3018a39f328f0cd818b03546918c60d6 (diff)
downloadscummvm-rg350-9405f9eb4aed1d4c248e57ab4972b0132b2253f5.tar.gz
scummvm-rg350-9405f9eb4aed1d4c248e57ab4972b0132b2253f5.tar.bz2
scummvm-rg350-9405f9eb4aed1d4c248e57ab4972b0132b2253f5.zip
TONY: Added code to load and save the ScummVM sound settings
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 098a98025e..cf231018a6 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -194,7 +194,7 @@ public:
bool _bCfgInvUp;
bool _bCfgAnni30;
bool _bCfgAntiAlias;
- bool _bCfgSottotitoli;
+ bool _bShowSubtitles;
bool _bCfgTransparence;
bool _bCfgInterTips;
bool _bCfgDubbing;