TONY: Fix AmigaOS build (bug #3580541)

This commit is contained in:
Willem Jan Palenstijn 2012-10-27 17:59:05 +02:00
parent f67bd1f2e7
commit 38b8b6eff1

View File

@ -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;