mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
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:
@ -2206,7 +2206,7 @@ const struct game thegame = {
|
|||||||
TRUE, FALSE, game_print_size, game_print,
|
TRUE, FALSE, game_print_size, game_print,
|
||||||
FALSE, /* wants_statusbar */
|
FALSE, /* wants_statusbar */
|
||||||
FALSE, game_timing_state,
|
FALSE, game_timing_state,
|
||||||
REQUIRE_RBUTTON | REQUIRE_NUMPAD, /* flags */
|
REQUIRE_RBUTTON, /* flags */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef STANDALONE_SOLVER
|
#ifdef STANDALONE_SOLVER
|
||||||
|
Reference in New Issue
Block a user