[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Mon Sep 9 04:24:02 CEST 2002


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

Modified Files:
	gfx.cpp 
Log Message:
oops, my brain was backwards :-)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gfx.cpp	9 Sep 2002 11:15:12 -0000	1.14
+++ gfx.cpp	9 Sep 2002 11:23:25 -0000	1.15
@@ -689,7 +689,7 @@
 	case 131:
 	case 132:
 	case 133:
-		scrollEffect(effect - 130);
+		scrollEffect(133 - effect);
 		break;
 	case 134:
 		dissolveEffect(1, 1);





More information about the Scummvm-git-logs mailing list