From: Simon Tatham Date: Tue, 27 Feb 2007 20:46:15 +0000 (+0000) Subject: This game requires the numpad. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=650929a57fb5f075c6bfe17c351e672839744ca8;p=sgt-puzzles.git This game requires the numpad. [originally from svn r7338] --- diff --git a/filling.c b/filling.c index 6f6c6c3..1ce04eb 100644 --- a/filling.c +++ b/filling.c @@ -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! */