Add missing case for HE 90+

Always clear complete local script vars.

svn-id: r15564
This commit is contained in:
Travis Howell 2004-10-16 05:10:15 +00:00
parent bb462f64e0
commit d42f98d0c4
6 changed files with 44 additions and 23 deletions

View file

@ -787,7 +787,7 @@ void ScummEngine_v72he::o72_unknown5A() {
}
void ScummEngine_v72he::o72_startScript() {
int args[16];
int args[24];
int script;
byte flags;
@ -798,7 +798,7 @@ void ScummEngine_v72he::o72_startScript() {
}
void ScummEngine_v72he::o72_startObject() {
int args[16];
int args[24];
int script, entryp;
byte flags;
@ -1871,7 +1871,7 @@ void ScummEngine_v72he::o72_unknownCF() {
}
void ScummEngine_v72he::o72_jumpToScript() {
int args[16];
int args[24];
int script;
byte flags;