chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / nullgame.c
index 5e5a07385ec3a9b5bbe4573d99f5f90dffbde747..183b1e39c259f69f42b72c16ba032d220f471091 100644 (file)
@@ -267,7 +267,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Null Game", NULL, NULL,
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,