Skip to content

Commit

Permalink
AVALANCHE: Remove/move variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
uruk committed Jan 22, 2014
1 parent 681bc68 commit c53c4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions engines/avalanche/avalot.h
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions engines/avalanche/graphics.h
Expand Up @@ -123,6 +123,7 @@ class GraphicManager {
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.
Expand Down

0 comments on commit c53c4ca

Please sign in to comment.