aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 804f5cb793..9d334428c6 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -643,7 +643,7 @@ void ScummEngine_v90he::processWizImage(const WizParameters *params) {
void ScummEngine_v90he::o90_wizImageOps() {
int a, b;
- byte subOp = fetchScriptByte();
+ int subOp = fetchScriptByte();
subOp -= 46;
switch (subOp) {