From d5edb841f0d67b2a80ccfb830ad407d4a0465f58 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 9 Jul 2015 20:21:35 -0400 Subject: SHERLOCK: RT: Only show tooltips when no action is active --- engines/sherlock/tattoo/tattoo_user_interface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp index 9296ff0e8a..e6eebd8cf5 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.cpp +++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp @@ -306,7 +306,8 @@ void TattooUserInterface::drawInterface(int bufferNum) { screen.blockMove(); // Handle drawing the text tooltip if necessary - _tooltipWidget.draw(); + if (_menuMode == STD_MODE) + _tooltipWidget.draw(); } void TattooUserInterface::doBgAnimRestoreUI() { -- cgit v1.2.3