aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-11 13:24:52 +0200
committerEugene Sandulenko2016-05-11 13:24:52 +0200
commit68192a0a3af5a6e2d750c540d46d4b3d55520055 (patch)
tree57b305e47194a85084f80390af11680b73090b73 /engines/scumm
parent9d12a7181276c5f8eca043c84690ff2a1f767835 (diff)
downloadscummvm-rg350-68192a0a3af5a6e2d750c540d46d4b3d55520055.tar.gz
scummvm-rg350-68192a0a3af5a6e2d750c540d46d4b3d55520055.tar.bz2
scummvm-rg350-68192a0a3af5a6e2d750c540d46d4b3d55520055.zip
SCUMM HE: Another attempt to fix picky Amiga port
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/he/moonbase/moonbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/moonbase/moonbase.h b/engines/scumm/he/moonbase/moonbase.h
index 966112dbbd..6b0d2e0d0d 100644
--- a/engines/scumm/he/moonbase/moonbase.h
+++ b/engines/scumm/he/moonbase/moonbase.h
@@ -65,8 +65,8 @@ private:
int _fowAnimationFrames;
int _fowCurrentFOWFrame;
- int _fowTileW;
- int _fowTileH;
+ int32 _fowTileW;
+ int32 _fowTileH;
uint8 *_fowImage;
int _fowClipX1;