use Rect in struct VerbSlot

svn-id: r12413
This commit is contained in:
Max Horn 2004-01-15 19:25:17 +00:00
parent d45682f7c5
commit ac8243d229
8 changed files with 47 additions and 51 deletions

View file

@ -1155,8 +1155,8 @@ void ScummEngine_v8::o8_verbOps() {
vs->imgindex = 0;
break;
case 0x9A: // SO_VERB_AT Set verb (X,Y) placement
vs->y = pop();
vs->x = pop();
vs->curRect.top = pop();
vs->curRect.left = pop();
break;
case 0x9B: // SO_VERB_ON Turn verb on
vs->curmode = 1;