fixed single-step mode for mouse click events
authorHolger Schemel <info@artsoft.org>
Sat, 3 Oct 2020 22:56:42 +0000 (00:56 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 3 Oct 2020 23:44:51 +0000 (01:44 +0200)
commitb0a2ac4eef8d8155fb616b31899f04030746f94e
treec86566ca6e49534307f218d714037ad4414ab136
parent5c2e96fed3e68bb01df1c12ac2174173b544662c
fixed single-step mode for mouse click events

Before, when using mouse click events as CE change events, pressing a
mouse button in the playfield when in single-step mode was immediately
followed by entering pause mode again.

With this change, pause mode is not entered as long as a mouse button
is pressed. (This already works similarly in the MM game engine.)
src/game.c