[Scummvm-cvs-logs] CVS: scummvm/sword2/driver driver96.h,1.64,1.65

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Wed Dec 10 05:15:06 CET 2003


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv1708/driver

Modified Files:
	driver96.h 
Log Message:
Restored some relevant information to a comment that was removed by my
previous commit.


Index: driver96.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/driver96.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- driver96.h	10 Dec 2003 08:01:58 -0000	1.64
+++ driver96.h	10 Dec 2003 13:14:50 -0000	1.65
@@ -89,6 +89,8 @@
 // Sprite defines
 
 enum {
+	// This is the low byte part of the sprite type.
+
 	RDSPR_TRANS			= 0x0001,
 	RDSPR_BLEND			= 0x0004,
 	RDSPR_FLIP			= 0x0008,
@@ -97,8 +99,8 @@
 	RDSPR_NOCOMPRESSION		= 0x0040,
 	RDSPR_EDGEBLEND			= 0x0080,	// Unused
 
-	// This defines what type of compression is used, as long as
-	// RDSPR_NOCOMPRESSION is not defined.
+	// This is the high byte part of the sprite type, which defines what
+	// type of compression is used. Unless RDSPR_NOCOMPRESSION is set.
 
 	RDSPR_RLE16			= 0x0000,
 	RDSPR_RLE256			= 0x0100,





More information about the Scummvm-git-logs mailing list