more V2 sentence cleanup

svn-id: r7631
This commit is contained in:
Max Horn 2003-05-18 12:52:27 +00:00
parent a38c3599ce
commit 657c8ca2e3
3 changed files with 18 additions and 3 deletions

View file

@ -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 {