[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.209,2.210

Max Horn fingolfin at users.sourceforge.net
Fri Sep 5 13:36:08 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
removed duplicate check

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.209
retrieving revision 2.210
diff -u -d -r2.209 -r2.210
--- gfx.cpp	1 Sep 2003 05:07:43 -0000	2.209
+++ gfx.cpp	5 Sep 2003 20:35:00 -0000	2.210
@@ -2714,10 +2714,6 @@
 			byte start = *ptr++;
 			byte end = *ptr++;
 
-			// FIXME This value has another meaning
-			if (delay == 0x0aaa) 
-				continue;
-
 			if (!delay || delay == 0x0aaa || start >= end)
 				continue;
 





More information about the Scummvm-git-logs mailing list