diff options
Diffstat (limited to 'unfinished')
| -rw-r--r-- | unfinished/group.c | 2 | ||||
| -rw-r--r-- | unfinished/separate.c | 2 | ||||
| -rw-r--r-- | unfinished/slide.c | 2 | ||||
| -rw-r--r-- | unfinished/sokoban.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/unfinished/group.c b/unfinished/group.c index bec826e..4a4ad6c 100644 --- a/unfinished/group.c +++ b/unfinished/group.c @@ -2067,7 +2067,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Group", NULL, NULL, default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params, diff --git a/unfinished/separate.c b/unfinished/separate.c index 898304a..a7b4fc9 100644 --- a/unfinished/separate.c +++ b/unfinished/separate.c @@ -823,7 +823,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Separate", NULL, NULL, default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params, diff --git a/unfinished/slide.c b/unfinished/slide.c index b1aa04b..9d4fce1 100644 --- a/unfinished/slide.c +++ b/unfinished/slide.c @@ -2320,7 +2320,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Slide", NULL, NULL, default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params, diff --git a/unfinished/sokoban.c b/unfinished/sokoban.c index b5533c9..2f0af35 100644 --- a/unfinished/sokoban.c +++ b/unfinished/sokoban.c @@ -1443,7 +1443,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Sokoban", NULL, NULL, default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params, |