aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.cpp
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.cpp
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.cpp')
-rw-r--r--engines/tony/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/globals.cpp b/engines/tony/globals.cpp
index 3042b5843a..48b04007b4 100644
--- a/engines/tony/globals.cpp
+++ b/engines/tony/globals.cpp
@@ -135,7 +135,7 @@ Globals::Globals() {
_bCfgAntiAlias = false;
_bCfgTransparence = true;
_bCfgInterTips = true;
- _bCfgSottotitoli = true;
+ _bShowSubtitles = true;
_nCfgTonySpeed = 3;
_nCfgTextSpeed = 5;
_bCfgDubbing = true;