diff options
Diffstat (limited to 'filling.c')
| -rw-r--r-- | filling.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2111,7 +2111,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Filling", "games.filling", "filling", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params, |