diff options
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/game.cpp | 2 | ||||
-rw-r--r-- | engines/tony/gfxengine.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp index 1a19f2836c..42ace987b4 100644 --- a/engines/tony/game.cpp +++ b/engines/tony/game.cpp @@ -974,7 +974,7 @@ void RMOptionScreen::doFrame(CORO_PARAM, RMInput *input) { CORO_BEGIN_CODE(_ctx); - // If it is fully open, do nothing + // If it is not fully open, do nothing if (_fadeStep != 6) return; 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; |