From 45b4989b55a043a9d2f1806db375d9f91476ed89 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 27 May 2015 22:36:51 -0400 Subject: SHERLOCK: Implement RT scrolling code --- engines/sherlock/screen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sherlock/screen.h') diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index e730329ab4..ae368cf633 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -71,8 +71,6 @@ private: int _oldFadePercent; byte _lookupTable[PALETTE_COUNT]; byte _lookupTable1[PALETTE_COUNT]; - int _scrollSize; - int _targetScroll; private: /** * Merges together overlapping dirty areas of the screen @@ -101,7 +99,9 @@ public: byte _cMap[PALETTE_SIZE]; byte _sMap[PALETTE_SIZE]; byte _tMap[PALETTE_SIZE]; - int _currentScroll; + int _currentScroll, _targetScroll; + int _scrollSize, _scrollSpeed; + bool _flushScreen; public: Screen(SherlockEngine *vm); virtual ~Screen(); -- cgit v1.2.3