X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4d6d127734e9debf3eb909b3a5817110fcc67bf5..047f95bce523792e6e0f633262e62102c867a595:/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