[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.16,2.17
Pawel Kolodziejski
aquadran at users.sourceforge.net
Mon Apr 21 08:29:11 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv15598
Modified Files:
script_v2.cpp
Log Message:
ops
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -d -r2.16 -r2.17
--- script_v2.cpp 21 Apr 2003 15:25:29 -0000 2.16
+++ script_v2.cpp 21 Apr 2003 15:28:18 -0000 2.17
@@ -871,7 +871,7 @@
int act = getVarOrDirectWord(0x80);
int clsop = getVarOrDirectByte(0x40);
- if (getObjectIndex(act) != 0xFF) {
+ if (getObjectIndex(act) == -1) {
o5_jumpRelative();
return;
}
More information about the Scummvm-git-logs
mailing list