aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
authorStrangerke2013-09-29 12:14:15 +0200
committerStrangerke2013-09-29 12:14:15 +0200
commit063bc8d8c95e74732e1b78f2dc62f36b43e03fc1 (patch)
tree64ae6e27f95eb01523d6a8e53ab09f2ceeca31e1 /engines/avalanche
parentffbe4646c16b7620040c6b63d20779d5fa50bd6b (diff)
downloadscummvm-rg350-063bc8d8c95e74732e1b78f2dc62f36b43e03fc1.tar.gz
scummvm-rg350-063bc8d8c95e74732e1b78f2dc62f36b43e03fc1.tar.bz2
scummvm-rg350-063bc8d8c95e74732e1b78f2dc62f36b43e03fc1.zip
AVALANCHE: Scrolls is now set to private
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index fbedf4c4d8..c05f809783 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -58,7 +58,6 @@ class Graphics {
public:
::Graphics::Surface _surface;
::Graphics::Surface _background;
- ::Graphics::Surface _scrolls;
Graphics(AvalancheEngine *vm);
~Graphics();
@@ -125,6 +124,7 @@ private:
::Graphics::Surface _digits[10]; // digitsize and rwlitesize are defined in loadDigits() !!!
::Graphics::Surface _directions[9]; // Maybe it will be needed to move them to the class itself instead.
::Graphics::Surface _screen; // Only used in refreshScreen() to make it more optimized. (No recreation of it at every call of the function.)
+ ::Graphics::Surface _scrolls;
::Graphics::Surface _backup;
byte _egaPalette[64][3];