From 55446bb79d610e7bfece4da8a0a5b7e9408765f5 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 27 Feb 2007 20:46:15 +0000 Subject: [PATCH] This game requires the numpad. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7338 cda61777-01e9-0310-a592-d414129be87e --- filling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ -- 2.11.0