From 9ca62e6f619fc45b6d305ed46eea439cf78855c9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 4 Jul 2015 11:28:55 -0400 Subject: SHERLOCK: RT: Consolidate scroll position into the Screen class --- engines/sherlock/tattoo/tattoo_user_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index 8027a203b4..76e72a0c24 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -103,7 +103,7 @@ private: */ void freeMenu(); public: - Common::Point _currentScroll, _targetScroll; + Common::Point _targetScroll; int _scrollSize, _scrollSpeed; bool _drawMenu; int _arrowZone, _oldArrowZone; -- cgit v1.2.3