From 748e00f1cf30e9690532bd98087de2e65ca2bac2 Mon Sep 17 00:00:00 2001 From: Sylvain Dupont Date: Sat, 16 Oct 2010 19:27:11 +0000 Subject: 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 --- engines/toon/toon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/toon/toon.h') 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 -- cgit v1.2.3