aboutsummaryrefslogtreecommitdiff
path: root/loopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'loopy.c')
-rw-r--r--loopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loopy.c b/loopy.c
index 9cef879..bc6ebb3 100644
--- a/loopy.c
+++ b/loopy.c
@@ -3548,7 +3548,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
const struct game thegame = {
"Loopy", "games.loopy", "loopy",
default_params,
- game_fetch_preset,
+ game_fetch_preset, NULL,
decode_params,
encode_params,
free_params,