aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
authorSylvain Dupont2010-10-16 19:27:11 +0000
committerSylvain Dupont2010-10-16 19:27:11 +0000
commit748e00f1cf30e9690532bd98087de2e65ca2bac2 (patch)
tree5cf53064657bf66cf37ab452e1dc2449cec9b871 /engines/toon/toon.h
parentc9f9c75a838719921003287af6c44625ee71352c (diff)
downloadscummvm-rg350-748e00f1cf30e9690532bd98087de2e65ca2bac2.tar.gz
scummvm-rg350-748e00f1cf30e9690532bd98087de2e65ca2bac2.tar.bz2
scummvm-rg350-748e00f1cf30e9690532bd98087de2e65ca2bac2.zip
TOON: Implemented the 4 different mute modes for sound/text
As specified in the hotkeys screen (music,dialog,sound,text on/off) Sounds are still played but with a volume = 0 (for timing issues) svn-id: r53545
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index ba3f4a4fd0..a274f03711 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -395,6 +395,7 @@ protected:
bool _firstFrame;
bool _isDemo;
+ bool _showConversationText;
};
} // End of namespace Toon