[Scummvm-cvs-logs] CVS: scummvm/sword2 build_display.h,1.16,1.17

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Mar 11 07:31:18 CET 2005


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22054/sword2

Modified Files:
	build_display.h 
Log Message:
Renamed variables in the MPEG animation classes to better conform with
ScummVM standard. It seems the 8-bit version of the code had decayed
slightly, but I believe it's working again now.


Index: build_display.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/build_display.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- build_display.h	27 Feb 2005 16:11:17 -0000	1.16
+++ build_display.h	11 Mar 2005 15:30:27 -0000	1.17
@@ -417,10 +417,10 @@
 
 	void plotPoint(int16 x, int16 y, uint8 colour);
 	void drawLine(int16 x1, int16 y1, int16 x2, int16 y2, uint8 colour);
+
 #ifdef BACKEND_8BIT
 	void plotYUV(byte *lut, int width, int height, byte *const *dat);
 #endif
-
 };
 
 } // End of namespace Sword2





More information about the Scummvm-git-logs mailing list