Typo in click bounds checking.
[sgt/puzzles] / fifteen.c
index 49a3118..6749093 100644 (file)
--- a/fifteen.c
+++ b/fifteen.c
@@ -840,4 +840,5 @@ const struct game thegame = {
     game_flash_length,
     game_wants_statusbar,
     FALSE, game_timing_state,
+    0,                                /* mouse_priorities */
 };