[Scummvm-cvs-logs] scummvm master -> 38b8b6eff176960b88267d81754913f05b74ba1d

wjp wjp at usecode.org
Sat Oct 27 18:01:20 CEST 2012


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:
38b8b6eff1 TONY: Fix AmigaOS build (bug #3580541)


Commit: 38b8b6eff176960b88267d81754913f05b74ba1d
    https://github.com/scummvm/scummvm/commit/38b8b6eff176960b88267d81754913f05b74ba1d
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-10-27T08:59:21-07:00

Commit Message:
TONY: Fix AmigaOS build (bug #3580541)

Changed paths:
    engines/tony/gfxengine.cpp



diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp
index 59fb024..c81e553 100644
--- a/engines/tony/gfxengine.cpp
+++ b/engines/tony/gfxengine.cpp
@@ -634,7 +634,7 @@ void RMGfxEngine::loadState(CORO_PARAM, const Common::String &fn) {
 	CORO_BEGIN_CONTEXT;
 	Common::InSaveFile *f;
 	byte *state, *statecmp;
-	uint size, sizecmp;
+	uint32 size, sizecmp;
 	char buf[4];
 	RMPoint tp;
 	int loc;






More information about the Scummvm-git-logs mailing list