Fix verbs regression.

svn-id: r12429
This commit is contained in:
Travis Howell 2004-01-16 10:20:43 +00:00
parent 6b923d306b
commit bd3f51dfdf

View file

@ -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();