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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 91473e185a..212840ba3f 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -279,7 +279,7 @@ public:
byte _thinks;
bool _thinkThing;
int16 _talkX, _talkY;
- byte _talkBackgroundColor, _talkFontColor;
+ Color _talkBackgroundColor, _talkFontColor;
byte _scrollBells; // no. of times to ring the bell
bool _onToolbar, _seeScroll; // TODO: maybe this means we're interacting with the toolbar / a scroll?
char _objectList[10];