diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:46:15 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:46:15 +0000 |
| commit | 650929a57fb5f075c6bfe17c351e672839744ca8 (patch) | |
| tree | a4d02f4f5d47b4ff360b6a1e5cdfc5171cecb32b /filling.c | |
| parent | 15f70f527a0a753285e3fa871bd4018e547fbb05 (diff) | |
| download | puzzles-650929a57fb5f075c6bfe17c351e672839744ca8.zip puzzles-650929a57fb5f075c6bfe17c351e672839744ca8.tar.gz puzzles-650929a57fb5f075c6bfe17c351e672839744ca8.tar.bz2 puzzles-650929a57fb5f075c6bfe17c351e672839744ca8.tar.xz | |
This game requires the numpad.
[originally from svn r7338]
Diffstat (limited to 'filling.c')
| -rw-r--r-- | filling.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! */ |