diff options
Diffstat (limited to 'loopy.c')
| -rw-r--r-- | loopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3677,6 +3677,7 @@ const struct game thegame = { decode_ui, NULL, /* game_request_keys */ game_changed_state, + NULL, /* current_key_label */ interpret_move, execute_move, PREFERRED_TILE_SIZE, game_compute_size, game_set_size, |