diff options
-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; |