Fix verbs regression.
svn-id: r12429
This commit is contained in:
parent
6b923d306b
commit
bd3f51dfdf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue