aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-31 17:55:56 -0400
committerPaul Gilbert2015-05-31 17:55:56 -0400
commit6b8452538fb9fa608394f407123a1c622ebf1ba6 (patch)
treebd36066392d5263b610947388ee502b24b74b60f /engines/sherlock/tattoo/tattoo_user_interface.cpp
parentc79b0d1db9d9ce6529674e2c982e76bb68d93eb6 (diff)
downloadscummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.tar.gz
scummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.tar.bz2
scummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.zip
SHERLOCK: Implement remainder of RT doBgAnim
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index e1568b4394..6779cc48ae 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -34,6 +34,7 @@ TattooUserInterface::TattooUserInterface(SherlockEngine *vm): UserInterface(vm)
_tagBuffer = nullptr;
_invGraphic = nullptr;
_scrollSize = _scrollSpeed = 0;
+ _drawMenu = false;
}
void TattooUserInterface::initScrollVars() {