shithub: puzzles

Download patch

ref: c539872613510e9bc6b951db1ab93d3a3b7873ff
parent: 177f4c1974f83085953d13f5f3a54d8798f97335
author: Simon Tatham <anakin@pobox.com>
date: Sun May 9 03:22:16 EDT 2010

A user points out that Signpost doesn't in fact use the numeric
keypad, so it shouldn't have the REQUIRE_NUMPAD flag.

[originally from svn r8939]

--- a/signpost.c
+++ b/signpost.c
@@ -2206,7 +2206,7 @@
     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