diff options
author | Willem Jan Palenstijn | 2012-10-27 17:59:05 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-10-27 17:59:21 +0200 |
commit | 38b8b6eff176960b88267d81754913f05b74ba1d (patch) | |
tree | 041e581b53c5e01b1dc3d8d18e8ce001d86df1ff /engines | |
parent | f67bd1f2e74034c46fd2af3988efdd04b27c27b0 (diff) | |
download | scummvm-rg350-38b8b6eff176960b88267d81754913f05b74ba1d.tar.gz scummvm-rg350-38b8b6eff176960b88267d81754913f05b74ba1d.tar.bz2 scummvm-rg350-38b8b6eff176960b88267d81754913f05b74ba1d.zip |
TONY: Fix AmigaOS build (bug #3580541)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/gfxengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |