aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/display.h')
-rw-r--r--engines/hugo/display.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hugo/display.h b/engines/hugo/display.h
index ec9f29f016..3daffd3b33 100644
--- a/engines/hugo/display.h
+++ b/engines/hugo/display.h
@@ -107,7 +107,8 @@ protected:
byte _fnt; // Current font number
byte _fontdata[NUM_FONTS][FONTSIZE]; // Font data
byte *_font[NUM_FONTS][FONT_LEN]; // Ptrs to each char
- byte *_palette;
+ byte *_mainPalette;
+ byte *_curPalette;
byte _paletteSize;
int16 _arrayFontSize[NUM_FONTS];