diff options
-rw-r--r-- | scumm/script_v2.cpp | 4 |
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 |