diff options
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r-- | scumm/script_v2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index af7c62030f..06df52eac6 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -816,6 +816,9 @@ void Scumm_v2::o2_verbOps() { slot = getVarOrDirectByte(0x80) + 1; /* int unk = */ fetchScriptByte(); // ? + if (_version == 1) // V1 Verbs are positioned relative to the 'verb area' - under the sentence + y+=9; + //printf("o2_verbOps: verb = %d, slot = %d, x = %d, y = %d, unk = %d, name = %s\n", // verb, slot, x, y, unk, _scriptPointer); |