chiark / gitweb /
This game requires the numpad.
authorSimon Tatham <anakin@pobox.com>
Tue, 27 Feb 2007 20:46:15 +0000 (20:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 27 Feb 2007 20:46:15 +0000 (20:46 +0000)
[originally from svn r7338]

filling.c

index 6f6c6c34cfccb287304a5e0fa1aec78b79b1ac8a..1ce04eb3aadcba5d0504cf24a90dd298ba1dddfa 100644 (file)
--- 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! */