aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/screen.h')
-rw-r--r--engines/sherlock/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h
index 58c7d8f152..e730329ab4 100644
--- a/engines/sherlock/screen.h
+++ b/engines/sherlock/screen.h
@@ -72,7 +72,6 @@ private:
byte _lookupTable[PALETTE_COUNT];
byte _lookupTable1[PALETTE_COUNT];
int _scrollSize;
- int _currentScroll;
int _targetScroll;
private:
/**
@@ -102,6 +101,7 @@ public:
byte _cMap[PALETTE_SIZE];
byte _sMap[PALETTE_SIZE];
byte _tMap[PALETTE_SIZE];
+ int _currentScroll;
public:
Screen(SherlockEngine *vm);
virtual ~Screen();