[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.149,2.150

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Fri Jun 6 05:28:08 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
Order matters! Inverse iris is transition effect 5 and nothing else.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.149
retrieving revision 2.150
diff -u -d -r2.149 -r2.150
--- gfx.cpp	6 Jun 2003 07:35:18 -0000	2.149
+++ gfx.cpp	6 Jun 2003 12:27:33 -0000	2.150
@@ -100,23 +100,6 @@
 		  255,  0,  0,  0
 		}
 	},
-
-	// Inverse iris effect, specially tailored for V2 games
-	{
-		8,		// Number of iterations
-		{
-			-1, -1,  1, -1,
-			-1,  1,  1,  1,
-			-1, -1, -1,  1,
-			 1, -1,  1,  1
-		},
-		{
-			 7, 7, 32, 7,
-			 7, 8, 32, 8,
-			 7, 8,  7, 8,
-			32, 7, 32, 8
-		}
-	},
 	
 	// Box wipe (a box expands from the lower-right corner to the upper-left corner)
 	{
@@ -149,6 +132,23 @@
 		   39,  0, 39, 24,
 		   38,  0, 38, 24,
 		  255,  0,  0,  0
+		}
+	},
+
+	// Inverse iris effect, specially tailored for V1/V2 games
+	{
+		8,		// Number of iterations
+		{
+			-1, -1,  1, -1,
+			-1,  1,  1,  1,
+			-1, -1, -1,  1,
+			 1, -1,  1,  1
+		},
+		{
+			 7, 7, 32, 7,
+			 7, 8, 32, 8,
+			 7, 8,  7, 8,
+			32, 7, 32, 8
 		}
 	}
 };





More information about the Scummvm-git-logs mailing list