aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.h
diff options
context:
space:
mode:
authorStrangerke2013-09-13 23:18:53 +0200
committerStrangerke2013-09-13 23:18:53 +0200
commita773f0eb2bc93af65769160f0f5359e7c6e2168a (patch)
treebee8b49b0d413ec4fa2c6a8c19e629292d600047 /engines/avalanche/gyro2.h
parentb083878dbefeb95c9bc9d4493839121565da6342 (diff)
downloadscummvm-rg350-a773f0eb2bc93af65769160f0f5359e7c6e2168a.tar.gz
scummvm-rg350-a773f0eb2bc93af65769160f0f5359e7c6e2168a.tar.bz2
scummvm-rg350-a773f0eb2bc93af65769160f0f5359e7c6e2168a.zip
AVALANCHE: Remove some dead/useless code
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r--engines/avalanche/gyro2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h
index 7581863dca..20e240af0b 100644
--- a/engines/avalanche/gyro2.h
+++ b/engines/avalanche/gyro2.h
@@ -215,7 +215,6 @@ public:
static const int16 kWalk = 3;
static const int16 kRun = 5;
static const int32 kCatacombMap[8][8];
- static const bool kDemo = false; // If this is true, we're in a demo of the game.
static const char kSpludwicksOrder[3];
static const QuasipedType kQuasipeds[16];
@@ -319,7 +318,7 @@ public:
bool _weirdWord;
bool _letMeOut;
Common::String _scroll[15];
- byte _scrollNum, _score, _whichwas;
+ byte _scrollNum, _whichwas;
byte _thinks;
bool _thinkThing;
int16 _talkX, _talkY;