[Scummvm-cvs-logs] scummvm master -> 68192a0a3af5a6e2d750c540d46d4b3d55520055

sev- sev at scummvm.org
Wed May 11 13:24:40 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
68192a0a3a SCUMM HE: Another attempt to fix picky Amiga port


Commit: 68192a0a3af5a6e2d750c540d46d4b3d55520055
    https://github.com/scummvm/scummvm/commit/68192a0a3af5a6e2d750c540d46d4b3d55520055
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-11T13:24:52+02:00

Commit Message:
SCUMM HE: Another attempt to fix picky Amiga port

Changed paths:
    engines/scumm/he/moonbase/moonbase.h



diff --git a/engines/scumm/he/moonbase/moonbase.h b/engines/scumm/he/moonbase/moonbase.h
index 966112d..6b0d2e0 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;






More information about the Scummvm-git-logs mailing list