From 38b8b6eff176960b88267d81754913f05b74ba1d Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 27 Oct 2012 17:59:05 +0200 Subject: TONY: Fix AmigaOS build (bug #3580541) --- engines/tony/gfxengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp index 59fb024622..c81e553770 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; -- cgit v1.2.3