X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/cd28b679e5e1866cfa4860633cb7af058a4d557e..688f45ad4614e51b29992c0d0a54f75beb723a51:/bridges.c diff --git a/bridges.c b/bridges.c index 93faf32..d56f287 100644 --- a/bridges.c +++ b/bridges.c @@ -2629,7 +2629,7 @@ static void game_print(drawing *dr, game_state *state, int ts) #endif const struct game thegame = { - "Bridges", "games.bridges", + "Bridges", "games.bridges", "bridges", default_params, game_fetch_preset, decode_params, @@ -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: */