diff options
author | uruk | 2013-07-24 16:42:23 +0200 |
---|---|---|
committer | uruk | 2013-07-24 16:42:23 +0200 |
commit | aa0603cf427c2a703325abab061d9b16f09cf4cd (patch) | |
tree | 3d698a98563cb59ffa17a12c2808b5f38075dd84 /engines/avalanche/graph.h | |
parent | aed0c42f152ab9a0bcbefabdc7935d3646433d79 (diff) | |
download | scummvm-rg350-aa0603cf427c2a703325abab061d9b16f09cf4cd.tar.gz scummvm-rg350-aa0603cf427c2a703325abab061d9b16f09cf4cd.tar.bz2 scummvm-rg350-aa0603cf427c2a703325abab061d9b16f09cf4cd.zip |
AVALANCHE: rename constants to follow our code formatting conventions.
Diffstat (limited to 'engines/avalanche/graph.h')
-rw-r--r-- | engines/avalanche/graph.h | 4 |
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; |