aboutsummaryrefslogtreecommitdiff
path: root/nullgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'nullgame.c')
-rw-r--r--nullgame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nullgame.c b/nullgame.c
index d973e17..5942038 100644
--- a/nullgame.c
+++ b/nullgame.c
@@ -287,6 +287,7 @@ const struct game thegame = {
decode_ui,
NULL, /* game_request_keys */
game_changed_state,
+ NULL, /* current_key_label */
interpret_move,
execute_move,
20 /* FIXME */, game_compute_size, game_set_size,