[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.190,2.191
Max Horn
fingolfin at users.sourceforge.net
Fri Sep 5 13:19:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv25233
Modified Files:
script_v2.cpp
Log Message:
updated commented out to work again
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.190
retrieving revision 2.191
diff -u -d -r2.190 -r2.191
--- script_v2.cpp 31 Aug 2003 15:39:27 -0000 2.190
+++ script_v2.cpp 5 Sep 2003 20:18:28 -0000 2.191
@@ -837,7 +837,7 @@
y+=8;
//printf("o2_verbOps: verb = %d, slot = %d, x = %d, y = %d, unk = %d, name = %s\n",
- // verb, slot, x, y, unk, _scriptPointer);
+ // verb, slot, x, y, prep, _scriptPointer);
VerbSlot *vs;
assert(0 < slot && slot < _maxVerbs);
@@ -929,7 +929,7 @@
runObjectScript(st->objectA, st->verb, false, false, NULL);
} else
- runObjectScript(st->objectA, 253, (st->verb == 250), true, NULL);
+ runObjectScript(st->objectA, 253, (st->verb == 250), true, NULL);
break;
case 2:
// Print the sentence
More information about the Scummvm-git-logs
mailing list