[Scummvm-cvs-logs] CVS: scummvm/scumm akos.h,1.2,1.3

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Mon Oct 21 11:50:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv3262

Modified Files:
	akos.h 
Log Message:
cleanup and fixes akos16: types, init. variables at mirror, missing '+' at decode, but still broken :(

Index: akos.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- akos.h	21 Oct 2002 06:01:04 -0000	1.2
+++ akos.h	21 Oct 2002 18:49:11 -0000	1.3
@@ -129,7 +129,7 @@
 	void akos16PutOnScreen(byte * dest, byte * src, int32 transparency, int32 count);
 	void akos16SkipData(int32 numskip);
 	void akos16DecodeLine(byte *buf, int32 numbytes, int32 dir);
-	void akos16ApplyMask(byte * dest, byte * maskptr, int32 bits, int32 count, int32 fillwith);
+	void akos16ApplyMask(byte * dest, byte * maskptr, byte bits, int32 count, byte fillwith);
 	void akos16Decompress(byte * dest, int32 pitch, byte * src, int32 width, int32 height, int32 dir, int32 numskip_before, int32 numskip_after, byte transparency);
 	void akos16DecompressMask(byte * dest, int32 pitch, byte * src, int32 width, int32 height, int32 dir, int32 numskip_before, int32 numskip_after, byte transparency, byte * maskptr, int32 bitpos_start);
 };





More information about the Scummvm-git-logs mailing list