diff options
author | uruk | 2014-01-22 18:09:25 +0100 |
---|---|---|
committer | uruk | 2014-01-22 18:09:25 +0100 |
commit | c53c4ca626224059b55922b0ff37b9bbb2585d27 (patch) | |
tree | b7b19a79333171f8cce7df5a3f80e619a40eceb9 /engines/avalanche | |
parent | 681bc68cf6431a7519795aa3bc7dcd215f147d4c (diff) | |
download | scummvm-rg350-c53c4ca626224059b55922b0ff37b9bbb2585d27.tar.gz scummvm-rg350-c53c4ca626224059b55922b0ff37b9bbb2585d27.tar.bz2 scummvm-rg350-c53c4ca626224059b55922b0ff37b9bbb2585d27.zip |
AVALANCHE: Remove/move variables.
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/avalot.h | 3 | ||||
-rw-r--r-- | engines/avalanche/graphics.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 4627cf3fec..9afb4a7b63 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -38,9 +38,6 @@ class AvalancheEngine; static const byte kObjectNum = 18; // always preface with a # static const int16 kCarryLimit = 12; // carry limit -static const int16 kNumlockCode = 32; // Code for Num Lock -static const int16 kMouseSize = 134; - struct PedType { int16 _x, _y; Direction _direction; diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index ea3b621d69..636ae6fdf9 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -123,6 +123,7 @@ public: void removeBackup(); private: + static const int16 kMouseSize = 134; static const uint16 kBackgroundWidth = kScreenWidth; static const byte kEgaPaletteIndex[16]; static const byte kBackgroundHeight = 8 * 12080 / kScreenWidth; // With 640 width it's 151. |