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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/graph.h b/engines/avalanche/graph.h
index 7d6db70a13..e24e042abd 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -56,8 +56,8 @@ public:
class Graph {
public:
- static const int16 _screenWidth = 640;
- static const int16 _screenHeight = 200;
+ static const int16 kScreenWidth = 640;
+ static const int16 kScreenHeight = 200;