aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 9f5193dbd7..7a0daa8734 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -727,7 +727,7 @@ void ScummEngine_v72he::o72_unknown5A() {
}
void ScummEngine_v72he::o72_startScript() {
- int args[24];
+ int args[25];
int script;
byte flags;
@@ -738,7 +738,7 @@ void ScummEngine_v72he::o72_startScript() {
}
void ScummEngine_v72he::o72_startObject() {
- int args[24];
+ int args[25];
int script, entryp;
byte flags;
@@ -1521,7 +1521,7 @@ void ScummEngine_v72he::o72_unknownCF() {
}
void ScummEngine_v72he::o72_jumpToScript() {
- int args[24];
+ int args[25];
int script;
byte flags;