chiark / gitweb /
Better mouse button handling in Mines:
[sgt-puzzles.git] / netslide.c
index 86efb2f8db9a3d0de53ad1b55e3735658b9850ae..5697b2ffaa9dcd0429799d0300ee188bc4a91803 100644 (file)
@@ -1762,4 +1762,5 @@ const struct game thegame = {
     game_flash_length,
     game_wants_statusbar,
     FALSE, game_timing_state,
+    0,                                /* mouse_priorities */
 };