COMI/DIG always redraws verbs too

Remove old var, no longer required

svn-id: r14481
This commit is contained in:
Travis Howell 2004-08-06 06:19:14 +00:00
parent fac44fbfec
commit e8a10c219e
4 changed files with 8 additions and 15 deletions

View file

@ -1082,8 +1082,6 @@ void ScummEngine_v8::o8_verbOps() {
VerbSlot *vs = NULL;
int slot, a, b;
_verbRedraw = true;
if (subOp == 0x96) {
_curVerb = pop();
_curVerbSlot = getVerbSlot(_curVerb, 0);