diff options
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r-- | scumm/script_v72he.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 93d43766af..78d45c7e9c 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -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; |