X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f7d4bf1aa9f1b175c65068cdee223ed129eb4103..07a54e524bde513e2cb7439dd2503556172f5ff5:/blackbox.c diff --git a/blackbox.c b/blackbox.c index 165ee2e..458c0b8 100644 --- a/blackbox.c +++ b/blackbox.c @@ -1398,7 +1398,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Black Box", "games.blackbox", + "Black Box", "games.blackbox", "blackbox", default_params, game_fetch_preset, decode_params, @@ -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: */