From 544266d971e8df1078831b09bda76e70f2e9ce53 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 10 Oct 2004 11:09:23 +0000 Subject: Ooops, bad comparison. svn-id: r15505 --- scumm/script_v90he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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) { -- cgit v1.2.3