Initialize new SCUMM vars for V1/2
svn-id: r20998
This commit is contained in:
parent
8f76068148
commit
7f8a8b7ffb
1 changed files with 2 additions and 0 deletions
|
@ -786,6 +786,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
|
|||
VAR_ACTIVE_OBJECT2 = 0xFF;
|
||||
VAR_VERB_ALLOWED = 0xFF;
|
||||
VAR_CLICK_AREA = 0xFF;
|
||||
VAR_CLICK_VERB = 0xFF;
|
||||
VAR_CLICK_OBJECT = 0xFF;
|
||||
|
||||
VAR_BLAST_ABOVE_TEXT = 0xFF;
|
||||
VAR_VOICE_MODE = 0xFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue