X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=5f80c5debc113399c863909fe0d9ccf7086b54f1;hb=0e661055e1233e585fb259832e4884f68d3833a4;hp=041c49b4e13b54d0314a111cf00773e817b95800;hpb=d2457f732e2efb77ba786691efbd3cee6a9a69b9;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index 041c49b4..5f80c5de 100644 --- a/src/events.c +++ b/src/events.c @@ -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 */