aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
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