GNOME Bugzilla – Bug 735556
Play again is not visible when dying by clicking on a number
Last modified: 2014-08-28 05:36:43 UTC
If you die by clicking on a number (which clears all surrounding cells that are expected to be free), as opposed to clicking on an unknown cell that you think is free, the "Play again" button is not shown.
Created attachment 284647 [details] [review] Minefield: ignore the clock after we explode If we attempt a multiclear by clicking on a number location that has enough flags and that explodes, we will still get releases for the other location around the clicked one, but we must make sure they don't start the clock, because nothing is going to stop it in the future, and it messes the rest of the view. As a side effects, it might fix high CPU usage I noticed sometimes with the old version.
Thanks! Attachment 284647 [details] pushed as 52f6601 - Minefield: ignore the clock after we explode