[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.109,1.110

Max Horn fingolfin at users.sourceforge.net
Sun Aug 18 06:01:01 CEST 2002


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

Modified Files:
	gfx.cpp 
Log Message:
partial fix for #596018: add fade mode 4 (used in Zak256), we alread had it in the data table, just weren't using it

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- gfx.cpp	15 Aug 2002 20:12:15 -0000	1.109
+++ gfx.cpp	18 Aug 2002 13:00:15 -0000	1.110
@@ -587,6 +587,7 @@
 	case 1:
 	case 2:
 	case 3:
+	case 4:
 		transitionEffect(effect - 1);
 		break;
 	case 128:
@@ -643,6 +644,7 @@
 	case 1:
 	case 2:
 	case 3:
+	case 4:
 		transitionEffect(a - 1);
 		break;
 	case 128:





More information about the Scummvm-git-logs mailing list