chiark / gitweb /
A user points out that Signpost doesn't in fact use the numeric
authorSimon Tatham <anakin@pobox.com>
Sun, 9 May 2010 07:22:16 +0000 (07:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 9 May 2010 07:22:16 +0000 (07:22 +0000)
keypad, so it shouldn't have the REQUIRE_NUMPAD flag.

[originally from svn r8939]

signpost.c

index efed3f774480f18064590e6266db7ab9abf52266..fc04c19be3c02158b8b79b308c284b9715b632cc 100644 (file)
@@ -2206,7 +2206,7 @@ const struct game thegame = {
     TRUE, FALSE, game_print_size, game_print,
     FALSE,                            /* wants_statusbar */
     FALSE, game_timing_state,
-    REQUIRE_RBUTTON | REQUIRE_NUMPAD,  /* flags */
+    REQUIRE_RBUTTON,                  /* flags */
 };
 
 #ifdef STANDALONE_SOLVER