diff options
author | Travis Howell | 2004-10-10 11:09:23 +0000 |
---|---|---|
committer | Travis Howell | 2004-10-10 11:09:23 +0000 |
commit | 544266d971e8df1078831b09bda76e70f2e9ce53 (patch) | |
tree | 1b918484550b495a695c9347d6ae5cde1a2d2e7c /scumm | |
parent | 06951591392ab72703e7533efdb1916d504aa33e (diff) | |
download | scummvm-rg350-544266d971e8df1078831b09bda76e70f2e9ce53.tar.gz scummvm-rg350-544266d971e8df1078831b09bda76e70f2e9ce53.tar.bz2 scummvm-rg350-544266d971e8df1078831b09bda76e70f2e9ce53.zip |
Ooops, bad comparison.
svn-id: r15505
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
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) { |