aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.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/font.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/font.cpp')
-rw-r--r--engines/tony/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/font.cpp b/engines/tony/font.cpp
index a567fe20cd..af6f5d687c 100644
--- a/engines/tony/font.cpp
+++ b/engines/tony/font.cpp
@@ -2144,7 +2144,7 @@ void RMTextDialog::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *p
_startTime = _vm->getTime();
if (_bShowed) {
- if (GLOBALS._bCfgSottotitoli || _bAlwaysDisplay) {
+ if (GLOBALS._bShowSubtitles || _bAlwaysDisplay) {
prim->getDst().topLeft() = _dst;
CORO_INVOKE_2(RMText::draw, bigBuf, prim);
}