aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-30 20:15:02 +0000
committerArnaud Boutonné2010-11-30 20:15:02 +0000
commitaf79de331efc4495e33642e21af201ee93a399de (patch)
tree4c50e4e811c3db1ee2b1535e8f4dae91ccb5df3b /engines/hugo/display.h
parent8393bc5b5f2f3e5304cf589c21956676c4bd04c1 (diff)
downloadscummvm-rg350-af79de331efc4495e33642e21af201ee93a399de.tar.gz
scummvm-rg350-af79de331efc4495e33642e21af201ee93a399de.tar.bz2
scummvm-rg350-af79de331efc4495e33642e21af201ee93a399de.zip
HUGO: Fix palette issue after restoring a game in H3
svn-id: r54685
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];