aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/graphics.h')
-rw-r--r--engines/tucker/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/graphics.h b/engines/tucker/graphics.h
index 60c66f519e..c5b723e632 100644
--- a/engines/tucker/graphics.h
+++ b/engines/tucker/graphics.h
@@ -52,7 +52,7 @@ public:
static void decodeRLE(uint8 *dst, const uint8 *src, int w, int h);
static void decodeRLE_224(uint8 *dst, const uint8 *src, int w, int h);
- static void decodeRLE_248(uint8 *dst, const uint8 *src, int w, int h, int y1, int y2, bool xflip);
+ static void decodeRLE_248(uint8 *dst, const uint8 *src, int w, int h, int y1, int y2, bool xflip, bool color248Only = false);
static void decodeRLE_320(uint8 *dst, const uint8 *src, int w, int h);
static void copyRect(uint8 *dst, int dstPitch, uint8 *src, int srcPitch, int w, int h);