aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/graphics.h')
-rw-r--r--engines/agi/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/graphics.h b/engines/agi/graphics.h
index 9981c0d76a..6dfe168362 100644
--- a/engines/agi/graphics.h
+++ b/engines/agi/graphics.h
@@ -50,6 +50,7 @@ private:
uint8 _agipalPalette[16 * 3];
int _agipalFileNum;
+ int _currentCursorPalette; // 0 - palette not set, 1 - PC, 2 - Amiga
private:
void rawDrawButton(int x, int y, const char *s, int fgcolor, int bgcolor, bool border, int textOffset);