[Scummvm-cvs-logs] scummvm master -> 0489a0d3079b05c718852c683eac12e00e6de969

sev- sev at scummvm.org
Tue May 24 01:00:07 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:
0489a0d307 SCUMM HE: Another step in Amiga port fixes


Commit: 0489a0d3079b05c718852c683eac12e00e6de969
    https://github.com/scummvm/scummvm/commit/0489a0d3079b05c718852c683eac12e00e6de969
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-24T00:59:32+02:00

Commit Message:
SCUMM HE: Another step in Amiga port fixes

Changed paths:
    engines/scumm/he/moonbase/ai_main.cpp



diff --git a/engines/scumm/he/moonbase/ai_main.cpp b/engines/scumm/he/moonbase/ai_main.cpp
index 1e523e1..8ed3c48 100644
--- a/engines/scumm/he/moonbase/ai_main.cpp
+++ b/engines/scumm/he/moonbase/ai_main.cpp
@@ -164,7 +164,7 @@ patternList *moveList[5];
 
 int *storedLaunchAction[5] = {NULL};
 
-const int *MCP_params;
+const int32 *MCP_params;
 
 Common::Array<int> lastXCoord[5];
 Common::Array<int> lastYCoord[5];






More information about the Scummvm-git-logs mailing list