X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/498eab1d58e9e5be8f2bbe77bc6078e6be1919ac..888050f2206455bfe5f1470dd38e19b6cfc69b65:/solo.c diff --git a/solo.c b/solo.c index 0a4e852..19d91b4 100644 --- a/solo.c +++ b/solo.c @@ -3085,7 +3085,7 @@ const struct game thegame = { TRUE, FALSE, game_print_size, game_print, FALSE, /* wants_statusbar */ FALSE, game_timing_state, - 0, /* flags */ + REQUIRE_RBUTTON | REQUIRE_NUMPAD, /* flags */ }; #ifdef STANDALONE_SOLVER