[Scummvm-cvs-logs] scummvm master -> 3cce3f9a91bdcab5ca0335db9f2f0a3625195b19

sev- sev at scummvm.org
Mon Sep 9 06:41:02 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3cce3f9a91 FULLPIPE: Fix function prototype


Commit: 3cce3f9a91bdcab5ca0335db9f2f0a3625195b19
    https://github.com/scummvm/scummvm/commit/3cce3f9a91bdcab5ca0335db9f2f0a3625195b19
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-08T21:38:19-07:00

Commit Message:
FULLPIPE: Fix function prototype

Changed paths:
    engines/fullpipe/gfx.h



diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 10b82ef..b4ac3e3 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);






More information about the Scummvm-git-logs mailing list