more V2 sentence cleanup
svn-id: r7631
This commit is contained in:
parent
a38c3599ce
commit
657c8ca2e3
3 changed files with 18 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue