X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f95da86029961ef7cddbd53e746808f87e2b5c34..38045529832fb2857d67f3dc436bdb0011ead64e:/signpost.c diff --git a/signpost.c b/signpost.c index efed3f7..fc04c19 100644 --- a/signpost.c +++ b/signpost.c @@ -2206,7 +2206,7 @@ const struct game thegame = { TRUE, FALSE, game_print_size, game_print, FALSE, /* wants_statusbar */ FALSE, game_timing_state, - REQUIRE_RBUTTON | REQUIRE_NUMPAD, /* flags */ + REQUIRE_RBUTTON, /* flags */ }; #ifdef STANDALONE_SOLVER