diff options
Diffstat (limited to 'apps/plugins/puzzles/src/pattern.c')
| -rw-r--r-- | apps/plugins/puzzles/src/pattern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/pattern.c b/apps/plugins/puzzles/src/pattern.c index e067f3a..f715df4 100644 --- a/apps/plugins/puzzles/src/pattern.c +++ b/apps/plugins/puzzles/src/pattern.c @@ -2000,6 +2000,7 @@ const struct game thegame = { free_ui, encode_ui, decode_ui, + NULL, /* game_request_keys */ game_changed_state, interpret_move, execute_move, |