diff options
author | Eugene Sandulenko | 2016-05-11 13:24:52 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-11 13:24:52 +0200 |
commit | 68192a0a3af5a6e2d750c540d46d4b3d55520055 (patch) | |
tree | 57b305e47194a85084f80390af11680b73090b73 /engines/scumm | |
parent | 9d12a7181276c5f8eca043c84690ff2a1f767835 (diff) | |
download | scummvm-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.h | 4 |
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; |