fixed hiding mouse cursor in single-setp mode
authorHolger Schemel <info@artsoft.org>
Sun, 21 Jun 2015 14:20:25 +0000 (16:20 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 21 Jun 2015 14:20:25 +0000 (16:20 +0200)
src/events.c

index 041c49b4e13b54d0314a111cf00773e817b95800..5f80c5debc113399c863909fe0d9ccf7086b54f1 100644 (file)
@@ -218,7 +218,8 @@ void EventLoop(void)
          SetMouseCursor(CURSOR_NONE);
        }
       }
-      else if (game_status == GAME_MODE_PLAYING && !tape.pausing)
+      else if (game_status == GAME_MODE_PLAYING && (!tape.pausing ||
+                                                   tape.single_step))
       {
        /* when playing, display a special mouse pointer inside the playfield */