chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f70f5
)
This game requires the numpad.
author
Simon Tatham
<anakin@pobox.com>
Tue, 27 Feb 2007 20:46:15 +0000
(20:46 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Tue, 27 Feb 2007 20:46:15 +0000
(20:46 +0000)
[originally from svn r7338]
filling.c
patch
|
blob
|
history
diff --git
a/filling.c
b/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! */