From de0b5f76749add219a6b667d5d2d69fb8a86d959 Mon Sep 17 00:00:00 2001 From: Tobias Gunkel Date: Sun, 8 Jan 2012 23:51:13 +0100 Subject: SCUMM: use command stack and SentenceTab in mm c64 - MM C64 uses command stack (SentenceTab, doSentence()) now - _cmdObject... added for current SentenceTab. The _active... variables are only used to build a sentence in the inventory but never by a script. -> many routines are not needed anymore and are removed --- engines/scumm/scumm_v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/scumm_v2.h') diff --git a/engines/scumm/scumm_v2.h b/engines/scumm/scumm_v2.h index b9cd8a3921..b407fd3f8a 100644 --- a/engines/scumm/scumm_v2.h +++ b/engines/scumm/scumm_v2.h @@ -99,7 +99,7 @@ protected: void drawPreposition(int index); - virtual void setActiveInventory(int object); + void walkActorToObject(int actor, int obj); /* Version 2 script opcodes */ void o2_actorFromPos(); -- cgit v1.2.3