aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-11-06 14:54:21 +0000
committerMax Horn2002-11-06 14:54:21 +0000
commit1974075bb3aa1416fbdc30189fb641e903d526e8 (patch)
tree51a4abce3355860f9bb541be6407647b0b5bba76 /scumm/scumm.h
parentf37e0fc763dce6752901e86669d821293bed33c7 (diff)
downloadscummvm-rg350-1974075bb3aa1416fbdc30189fb641e903d526e8.tar.gz
scummvm-rg350-1974075bb3aa1416fbdc30189fb641e903d526e8.tar.bz2
scummvm-rg350-1974075bb3aa1416fbdc30189fb641e903d526e8.zip
removed unused parameters from drawBomp
svn-id: r5440
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 08ee492878..fdcedd8b4d 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -851,7 +851,7 @@ public:
// bomp
void decompressBomp(byte *dst, byte *src, int w, int h);
- void drawBomp(BompDrawData * bd, int param1, byte *data_ptr, int decode_mode, int mask);
+ void drawBomp(BompDrawData * bd, int decode_mode, int mask);
int32 setupBompScale(byte * scalling, int32 size, byte scale);
void bompScaleFuncX(byte * line_buffer, byte * scalling_x_ptr, byte skip, int32 size);
int32 bompDecodeLineMode0(byte * src, byte * line_buffer, int32 size);