aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bomp.h')
-rw-r--r--scumm/bomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bomp.h b/scumm/bomp.h
index 5a287893a2..d497d6329e 100644
--- a/scumm/bomp.h
+++ b/scumm/bomp.h
@@ -29,7 +29,7 @@ namespace Scumm {
int32 setupBompScale(byte *scaling, int32 size, byte scale);
void bompApplyMask(byte *line_buffer, byte *mask, byte maskbit, int32 size, byte transparency);
-void bompApplyShadow(int shadowMode, const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency, byte humongous = false);
+void bompApplyShadow(int shadowMode, const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency, byte HE7Check = false);
void decompressBomp(byte *dst, const byte *src, int w, int h);
void bompDecodeLine(byte *dst, const byte *src, int size);