Initialize new SCUMM vars for V1/2

svn-id: r20998
This commit is contained in:
Travis Howell 2006-03-01 22:50:16 +00:00
parent 8f76068148
commit 7f8a8b7ffb

View File

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