[Scummvm-cvs-logs] CVS: scummvm/scumm bomp.cpp,2.10,2.11 bomp.h,2.3,2.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Aug 18 08:30:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv12073

Modified Files:
	bomp.cpp bomp.h 
Log Message:
some changes for smush codec 1 and 3, handled by bomp decompression

Index: bomp.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/bomp.cpp,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -d -r2.10 -r2.11
--- bomp.cpp	19 Jun 2003 17:50:18 -0000	2.10
+++ bomp.cpp	18 Aug 2003 15:13:14 -0000	2.11
@@ -27,8 +27,6 @@
 
 static void bompScaleFuncX(byte *line_buffer, byte *scaling_x_ptr, byte skip, int32 size);
 
-static void bompDecodeLineReverse(byte *dst, const byte *src, int size);
-
 static void bompApplyShadow0(const byte *line_buffer, byte *dst, int32 size, byte transparency);
 static void bompApplyShadow1(const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency);
 static void bompApplyShadow3(const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency);

Index: bomp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/bomp.h,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -d -r2.3 -r2.4
--- bomp.h	1 Jun 2003 13:09:30 -0000	2.3
+++ bomp.h	18 Aug 2003 15:13:14 -0000	2.4
@@ -29,5 +29,6 @@
 
 void decompressBomp(byte *dst, const byte *src, int w, int h);
 void bompDecodeLine(byte *dst, const byte *src, int size);
+void bompDecodeLineReverse(byte *dst, const byte *src, int size);
 
 #endif





More information about the Scummvm-git-logs mailing list