aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-05 20:18:28 +0000
committerMax Horn2003-09-05 20:18:28 +0000
commitf8f678d98d7b92580d94e79636e8eef3594c28a6 (patch)
treead7278e859e3f0f9e259ec894ad3a10c24e766ad
parenta60526babae8f927e57eccb528616a069fd18b80 (diff)
downloadscummvm-rg350-f8f678d98d7b92580d94e79636e8eef3594c28a6.tar.gz
scummvm-rg350-f8f678d98d7b92580d94e79636e8eef3594c28a6.tar.bz2
scummvm-rg350-f8f678d98d7b92580d94e79636e8eef3594c28a6.zip
updated commented out to work again
svn-id: r10014
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index ed7fa33a5b..244fc03dab 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -837,7 +837,7 @@ void Scumm_v2::o2_verbOps() {
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 @@ void Scumm_v2::o2_doSentence() {
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