chiark / gitweb /
Cleanup: the `mouse_priorities' field in the back end has been a
[sgt-puzzles.git] / slant.c
diff --git a/slant.c b/slant.c
index c7aa1695c014e8c6f3eb4130a583171a870f0e75..ebc5bbb6d65be95d0f244fe1dd3de6005c109b8e 100644 (file)
--- a/slant.c
+++ b/slant.c
@@ -2089,7 +2089,7 @@ const struct game thegame = {
     TRUE, FALSE, game_print_size, game_print,
     game_wants_statusbar,
     FALSE, game_timing_state,
-    0,                                /* mouse_priorities */
+    0,                                /* flags */
 };
 
 #ifdef STANDALONE_SOLVER