aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
authoruruk2013-07-12 08:41:14 +0200
committeruruk2013-07-12 08:41:14 +0200
commitd7b82409205ce924c0a8fc206ad13937e72f8bc2 (patch)
tree4a68ab147de8b410510751226c195576a177a230 /engines/avalanche/graph.h
parent096bd2df76b6132dad8ccefb2a212dbc53218870 (diff)
downloadscummvm-rg350-d7b82409205ce924c0a8fc206ad13937e72f8bc2.tar.gz
scummvm-rg350-d7b82409205ce924c0a8fc206ad13937e72f8bc2.tar.bz2
scummvm-rg350-d7b82409205ce924c0a8fc206ad13937e72f8bc2.zip
AVALANCHE: Update Graph, leave a comment in Lucerna.
Diffstat (limited to 'engines/avalanche/graph.h')
-rw-r--r--engines/avalanche/graph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/avalanche/graph.h b/engines/avalanche/graph.h
index 9ddd69f1ad..220f87f1f6 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -37,8 +37,8 @@ class AvalancheEngine;
class Graph {
public:
- static const int16 _screenWidth = 320;
- static const int16 _screenHeight = 200;
+ static const int16 _screenWidth = 640;
+ static const int16 _screenHeight = 350;
@@ -59,9 +59,9 @@ private:
Graphics::Surface _surface;
- static const byte ega_palette_index[16];
+ static const byte _egaPaletteIndex[16];
- static const byte ega_palette[64][3];
+ byte _egaPalette[64][3];
};
} // End of namespace Avalanche