aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 40a6b68828..629b0dc392 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -452,7 +452,7 @@ void ScummEngine_v90he::o90_getSegmentAngle() {
}
void ScummEngine_v90he::o90_startScriptUnk() {
- int args[24];
+ int args[25];
int script, cycle;
byte flags;
@@ -464,7 +464,7 @@ void ScummEngine_v90he::o90_startScriptUnk() {
}
void ScummEngine_v90he::o90_jumpToScriptUnk() {
- int args[24];
+ int args[25];
int script, cycle;
byte flags;