aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-04 11:28:55 -0400
committerPaul Gilbert2015-07-04 11:28:55 -0400
commit9ca62e6f619fc45b6d305ed46eea439cf78855c9 (patch)
tree8bb7327818292b230183bb73f23792440ef95bdb /engines/sherlock/tattoo/tattoo_user_interface.h
parent39544c1728524f3ebc729c8d90ca0f191078d3a4 (diff)
downloadscummvm-rg350-9ca62e6f619fc45b6d305ed46eea439cf78855c9.tar.gz
scummvm-rg350-9ca62e6f619fc45b6d305ed46eea439cf78855c9.tar.bz2
scummvm-rg350-9ca62e6f619fc45b6d305ed46eea439cf78855c9.zip
SHERLOCK: RT: Consolidate scroll position into the Screen class
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h2
1 files changed, 1 insertions, 1 deletions
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;