From 7a4d4ac29d27cc52728cabf22ac0c968a4570dfc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 30 Jul 2015 20:48:20 -0400 Subject: SHERLOCK: RT: Fix flickering tooltips in scenes with a mask --- engines/sherlock/tattoo/tattoo_user_interface.cpp | 7 ------- 1 file changed, 7 deletions(-) (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 e8756a7f3e..b5ac998103 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.cpp +++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp @@ -321,13 +321,6 @@ void TattooUserInterface::drawInterface(int bufferNum) { // Bring the widgets to the screen if (_mask != nullptr) screen._flushScreen = true; - - if (screen._flushScreen) - screen.blockMove(); - - // Handle drawing the text tooltip if necessary - if (_menuMode == STD_MODE || _menuMode == LAB_MODE) - _tooltipWidget.draw(); } void TattooUserInterface::doBgAnimRestoreUI() { -- cgit v1.2.3