From 38045529832fb2857d67f3dc436bdb0011ead64e Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 9 May 2010 07:22:16 +0000 Subject: [PATCH] A user points out that Signpost doesn't in fact use the numeric keypad, so it shouldn't have the REQUIRE_NUMPAD flag. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8939 cda61777-01e9-0310-a592-d414129be87e --- signpost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0