[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.102,1.103

Max Horn fingolfin at users.sourceforge.net
Sat May 24 10:08:04 CEST 2003


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

Modified Files:
	script.cpp 
Log Message:
this change seems to be 'logical', but could be wrong; would be nice to check the assembly...

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- script.cpp	23 May 2003 23:24:48 -0000	1.102
+++ script.cpp	24 May 2003 17:07:50 -0000	1.103
@@ -822,7 +822,7 @@
 	st->verb = verb;
 	st->objectA = objectA;
 	st->objectB = objectB;
-	st->preposition = (objectB & 0xFF00) != 0;
+	st->preposition = (objectB != 0);
 	st->freezeCount = 0;
 }
 





More information about the Scummvm-git-logs mailing list