Fix problems with arrow UI with non-square grid.
[sgt/puzzles] / blackbox.c
index dbb4999..458c0b8 100644 (file)
@@ -1431,7 +1431,7 @@ const struct game thegame = {
     FALSE, FALSE, game_print_size, game_print,
     TRUE,                             /* wants_statusbar */
     FALSE, game_timing_state,
-    0,                                /* flags */
+    REQUIRE_RBUTTON,                  /* flags */
 };
 
 /* vim: set shiftwidth=4 tabstop=8: */