Fix some border drawing issues.
[sgt/puzzles] / bridges.c
index a8fd8b3..d56f287 100644 (file)
--- a/bridges.c
+++ b/bridges.c
@@ -2662,7 +2662,7 @@ const struct game thegame = {
     TRUE, FALSE, game_print_size, game_print,
     FALSE,                            /* wants_statusbar */
     FALSE, game_timing_state,
-    0,                                /* flags */
+    REQUIRE_RBUTTON,                  /* flags */
 };
 
 /* vim: set shiftwidth=4 tabstop=8: */