chiark / gitweb /
Better mouse button handling in Mines:
[sgt-puzzles.git] / net.c
diff --git a/net.c b/net.c
index 40f68f979cdfd70a638c346ee15b5ae7cf475709..5ef1ba77d97b2bed0f9c5b74f9541e61586f1365 100644 (file)
--- a/net.c
+++ b/net.c
@@ -2604,4 +2604,5 @@ const struct game thegame = {
     game_flash_length,
     game_wants_statusbar,
     FALSE, game_timing_state,
+    0,                                /* mouse_priorities */
 };