A user points out that Signpost doesn't in fact use the numeric

keypad, so it shouldn't have the REQUIRE_NUMPAD flag.

[originally from svn r8939]
This commit is contained in:
Simon Tatham
2010-05-09 07:22:16 +00:00
parent 177f4c1974
commit c539872613

View File

@ -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