diff options
author | Willem Jan Palenstijn | 2012-10-26 13:58:31 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-10-26 13:58:31 +0200 |
commit | 0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0 (patch) | |
tree | 0b85221b4e744fee4cbbf1231f21aa0ab1ee49c0 /engines/tony | |
parent | a21f74211489b1706566260c648c8dc1516f9fec (diff) | |
download | scummvm-rg350-0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0.tar.gz scummvm-rg350-0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0.tar.bz2 scummvm-rg350-0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0.zip |
TONY: Fix translation of Italian comment
Thanks to Giovanni Bajo for noticing and correcting this.
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/game.cpp | 2 |
1 files changed, 1 insertions, 1 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; |