aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/video32.h
diff options
context:
space:
mode:
authorColin Snover2016-07-24 11:35:10 -0500
committerColin Snover2016-07-24 11:36:48 -0500
commit1c228c488e765fc3e0e19dbcc91b3c40d4712697 (patch)
tree870a239622c3274f637add4c0826b35a1f9e3742 /engines/sci/graphics/video32.h
parenta6370aa68847bf110e6fd3d8a41114ec79c8456a (diff)
downloadscummvm-rg350-1c228c488e765fc3e0e19dbcc91b3c40d4712697.tar.gz
scummvm-rg350-1c228c488e765fc3e0e19dbcc91b3c40d4712697.tar.bz2
scummvm-rg350-1c228c488e765fc3e0e19dbcc91b3c40d4712697.zip
SCI32: Fix bad VMD palettes in GK2
Diffstat (limited to 'engines/sci/graphics/video32.h')
-rw-r--r--engines/sci/graphics/video32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/video32.h b/engines/sci/graphics/video32.h
index cf863ba41d..7033f7c647 100644
--- a/engines/sci/graphics/video32.h
+++ b/engines/sci/graphics/video32.h
@@ -233,7 +233,7 @@ public:
* Restricts use of the system palette by VMD playback to
* the given range of palette indexes.
*/
- void restrictPalette(const uint8 startColor, const uint8 endColor);
+ void restrictPalette(const uint8 startColor, const int16 endColor);
private:
/**