From d7b82409205ce924c0a8fc206ad13937e72f8bc2 Mon Sep 17 00:00:00 2001 From: uruk Date: Fri, 12 Jul 2013 08:41:14 +0200 Subject: AVALANCHE: Update Graph, leave a comment in Lucerna. --- engines/avalanche/graph.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/avalanche/graph.h') 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 -- cgit v1.2.3