From 657c8ca2e3960346a601aaf16e7d3b4068820bed Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 May 2003 12:52:27 +0000 Subject: more V2 sentence cleanup svn-id: r7631 --- scumm/intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index d00399fcfc..8dbdb1f8bf 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -210,6 +210,8 @@ protected: virtual void ifNotStateCommon(byte type); virtual void setStateCommon(byte type); virtual void clearStateCommon(byte type); + + void resetSentence(); /* Version 2 script opcodes */ void o2_actorFromPos(); @@ -278,6 +280,7 @@ protected: byte VAR_SENTENCE_VERB; byte VAR_SENTENCE_OBJECT1; byte VAR_SENTENCE_OBJECT2; + byte VAR_BACKUP_VERB; }; class Scumm_v4 : public Scumm_v3 { -- cgit v1.2.3