This game requires the numpad.

[originally from svn r7338]
This commit is contained in:
Simon Tatham
2007-02-27 20:46:15 +00:00
parent 15f70f527a
commit 650929a57f

View File

@ -1524,7 +1524,7 @@ const struct game thegame = {
TRUE, FALSE, game_print_size, game_print,
FALSE, /* wants_statusbar */
FALSE, game_timing_state,
0, /* flags */
REQUIRE_NUMPAD, /* flags */
};
#ifdef STANDALONE_SOLVER /* solver? hah! */