aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/video32.h
diff options
context:
space:
mode:
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:
/**