aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-09 07:38:02 +0300
committerEugene Sandulenko2013-09-09 07:38:19 +0300
commit3cce3f9a91bdcab5ca0335db9f2f0a3625195b19 (patch)
treeacac64224c076c9e721d043df53dbb95caa76edb /engines/fullpipe/gfx.h
parentef0c75739e005ab22a508fcc89ef05cdcd736329 (diff)
downloadscummvm-rg350-3cce3f9a91bdcab5ca0335db9f2f0a3625195b19.tar.gz
scummvm-rg350-3cce3f9a91bdcab5ca0335db9f2f0a3625195b19.tar.bz2
scummvm-rg350-3cce3f9a91bdcab5ca0335db9f2f0a3625195b19.zip
FULLPIPE: Fix function prototype
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 10b82efede..b4ac3e3450 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -48,7 +48,7 @@ struct Bitmap {
bool putDibRB(int32 *palette, int x = -1, int y = -1);
void putDibCB(int32 *palette);
- void colorFill(uint16 *dest, int len, int color);
+ void colorFill(uint16 *dest, int len, int32 color);
void paletteFill(uint16 *dest, byte *src, int len, int32 *palette);
void copierKeyColor(uint16 *dest, byte *src, int len, int keyColor, int32 *palette, bool cb05_format);
void copier(uint16 *dest, byte *src, int len, int32 *palette, bool cb05_format);