diff options
Diffstat (limited to 'engines/sherlock/tattoo')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_user_interface.cpp | 1 | ||||
-rw-r--r-- | engines/sherlock/tattoo/tattoo_user_interface.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp index f1f2c2b1c3..e918036c8f 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.cpp +++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp @@ -35,7 +35,6 @@ TattooUserInterface::TattooUserInterface(SherlockEngine *vm): UserInterface(vm), _invGraphic = nullptr; _scrollSize = _scrollSpeed = 0; _drawMenu = false; - _bgFound = _oldBgFound = -1; _bgShape = nullptr; _personFound = false; _lockoutTimer = 0; diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index 2adbb4066e..0f71803b52 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -131,7 +131,6 @@ public: Common::Point _currentScroll, _targetScroll; int _scrollSize, _scrollSpeed; bool _drawMenu; - int _bgFound, _oldBgFound; int _arrowZone, _oldArrowZone; Object *_bgShape; bool _personFound; |