Arrange that random seeds are as harmonised as they can reasonably
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index 671918e..cb6a1f9 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -1645,4 +1645,5 @@ const struct game thegame = {
     game_flash_length,
     game_wants_statusbar,
     FALSE, game_timing_state,
+    0,                                /* mouse_priorities */
 };