aboutsummaryrefslogtreecommitdiff
path: root/unfinished
diff options
context:
space:
mode:
Diffstat (limited to 'unfinished')
-rw-r--r--unfinished/pearl.c2
-rw-r--r--unfinished/sokoban.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/unfinished/pearl.c b/unfinished/pearl.c
index 0ef6247..af25415 100644
--- a/unfinished/pearl.c
+++ b/unfinished/pearl.c
@@ -1364,7 +1364,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
- "Pearl", NULL,
+ "Pearl", NULL, NULL,
default_params,
game_fetch_preset,
decode_params,
diff --git a/unfinished/sokoban.c b/unfinished/sokoban.c
index d67f907..bb2e68f 100644
--- a/unfinished/sokoban.c
+++ b/unfinished/sokoban.c
@@ -1414,7 +1414,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
- "Sokoban", NULL,
+ "Sokoban", NULL, NULL,
default_params,
game_fetch_preset,
decode_params,