GNOME Bugzilla – Bug 726949
Game becomes unpaused after computer player moves
Last modified: 2014-04-14 18:08:21 UTC
Playing against the computer, make a move and then immediately pause the game. The clock will start again (without removing the pause overlay!) after a few seconds, after the engine reports its move.
The following fix has been pushed: a5dc9be Do not unpause the game when the engine moves
Created attachment 274297 [details] [review] Do not unpause the game when the engine moves Instead, wait until the player unpauses the game, and only then report the move.