aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 06d7e68a8e..845aa09f08 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -259,15 +259,12 @@ public:
bool _dropsOk;
bool _cheat; // CHECKME: Currently unused
bool _letMeOut;
+ byte _thinks;
+ bool _thinkThing;
-
- byte _thinks;
- bool _thinkThing;
int16 _talkX, _talkY;
- Color _talkBackgroundColor, _talkFontColor;
- byte _scrollBells; // no. of times to ring the bell
bool _seeScroll; // TODO: maybe this means we're interacting with the toolbar / a scroll?
char _objectList[10];
// Called .free() for them in ~Gyro().