aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-20 18:31:50 -0500
committerPaul Gilbert2014-01-20 18:31:50 -0500
commit3fc2a80be61717e4a40bdd9f7623ecb6d70293d7 (patch)
tree4a61123ee9d2cbe67b85fd48255a87132e395034 /engines/voyeur/graphics.h
parenta662be53699ee7b8ee91fde4682986b95063ba90 (diff)
downloadscummvm-rg350-3fc2a80be61717e4a40bdd9f7623ecb6d70293d7.tar.gz
scummvm-rg350-3fc2a80be61717e4a40bdd9f7623ecb6d70293d7.tar.bz2
scummvm-rg350-3fc2a80be61717e4a40bdd9f7623ecb6d70293d7.zip
VOYEUR: Fix palette issues in second half of doGossip
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index 6205499ea7..5ba08eda87 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -110,6 +110,7 @@ public:
void flipPage();
void clearPalette();
void setPalette(const byte *palette, int start, int count);
+ void setPalette128(const byte *palette, int start, int count);
void resetPalette();
void setColor(int idx, byte r, byte g, byte b);
void setOneColor(int idx, byte r, byte g, byte b);