diff options
-rw-r--r-- | scumm/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index 93a0d13fd8..b5e1b235c9 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -491,7 +491,7 @@ void ScummEngine::drawVerbBitmap(int verb, int x, int y) { vst = &_verbs[verb]; vst->curRect.right = vst->curRect.left + imgw * 8; - vst->curRect.bottom = vst->curRect.right + imgh * 8; + vst->curRect.bottom = vst->curRect.top + imgh * 8; vst->oldRect = vst->curRect; gdi.enableZBuffer(); |