X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/750037d76de7c1ab5d46aaf8a712f32599e7d563..91adb2c5aa2b24a5927ad9ff9b3b16e5efffb4b1:/bridges.c diff --git a/bridges.c b/bridges.c index a8fd8b3..d56f287 100644 --- 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: */