[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.135,2.136

Travis Howell kirben at users.sourceforge.net
Sat Oct 16 22:56:00 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32531/scumm

Modified Files:
	script_v6he.cpp 
Log Message:

Revert, break older games.


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.135
retrieving revision 2.136
diff -u -d -r2.135 -r2.136
--- script_v6he.cpp	17 Oct 2004 05:04:49 -0000	2.135
+++ script_v6he.cpp	17 Oct 2004 05:54:56 -0000	2.136
@@ -405,15 +405,11 @@
 	int state = pop();
 	int obj = pop();
 
-	if (_heversion >= 72) {
-		putState(obj, state & 0x7FFF);
-		removeObjectFromDrawQue(obj);
-		return;
-	}
-
 	if (state & 0x8000) {
 		state &= 0x7FFF;
 		putState(obj, state);
+		if (_heversion >= 72)
+			removeObjectFromDrawQue(obj);
 		return;
 	}
 





More information about the Scummvm-git-logs mailing list