aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-30 20:48:20 -0400
committerPaul Gilbert2015-07-30 20:48:20 -0400
commit7a4d4ac29d27cc52728cabf22ac0c968a4570dfc (patch)
tree71fadce3036a40b8db93451f42809181f22cbb9b /engines/sherlock/tattoo/tattoo_user_interface.cpp
parentad72d862b228d30a098f07a82c0984f42590a185 (diff)
downloadscummvm-rg350-7a4d4ac29d27cc52728cabf22ac0c968a4570dfc.tar.gz
scummvm-rg350-7a4d4ac29d27cc52728cabf22ac0c968a4570dfc.tar.bz2
scummvm-rg350-7a4d4ac29d27cc52728cabf22ac0c968a4570dfc.zip
SHERLOCK: RT: Fix flickering tooltips in scenes with a mask
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp7
1 files changed, 0 insertions, 7 deletions
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() {