From: Holger Schemel Date: Sun, 21 Jun 2015 14:20:25 +0000 (+0200) Subject: fixed hiding mouse cursor in single-setp mode X-Git-Tag: 4.0.0.0-rc1~172 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=1eb84ec23ba8db3b68f373d6077a6e923e244e35 fixed hiding mouse cursor in single-setp mode --- 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 */