projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff4171
)
fixed hiding mouse cursor in single-setp mode
author
Holger Schemel
<info@artsoft.org>
Sun, 21 Jun 2015 14:20:25 +0000
(16:20 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sun, 21 Jun 2015 14:20:25 +0000
(16:20 +0200)
src/events.c
patch
|
blob
|
history
diff --git
a/src/events.c
b/src/events.c
index 041c49b4e13b54d0314a111cf00773e817b95800..5f80c5debc113399c863909fe0d9ccf7086b54f1 100644
(file)
--- 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 */