[Scummvm-cvs-logs] scummvm master -> 9220d331e2761a7f5a69a6a68617fce4b7fece18

sev- sev at scummvm.org
Sat Sep 28 22:58:40 CEST 2013


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:
9220d331e2 SWORD25: Make Amiga compiler happier


Commit: 9220d331e2761a7f5a69a6a68617fce4b7fece18
    https://github.com/scummvm/scummvm/commit/9220d331e2761a7f5a69a6a68617fce4b7fece18
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-28T13:57:39-07:00

Commit Message:
SWORD25: Make Amiga compiler happier

Changed paths:
    engines/sword25/gfx/panel.cpp



diff --git a/engines/sword25/gfx/panel.cpp b/engines/sword25/gfx/panel.cpp
index b9bb8b0..9b7fe82 100644
--- a/engines/sword25/gfx/panel.cpp
+++ b/engines/sword25/gfx/panel.cpp
@@ -104,7 +104,7 @@ bool Panel::unpersist(InputPersistenceBlock &reader) {
 
 	result &= RenderObject::unpersist(reader);
 
-	uint color;
+	uint32 color;
 	reader.read(color);
 	setColor(color);
 






More information about the Scummvm-git-logs mailing list