chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / keen.c
diff --git a/keen.c b/keen.c
index b91e95bc9e1f095bfb7918296025b4e45d5e818f..fdaae32e5dd263fd54a5724618b267a04dad6254 100644 (file)
--- a/keen.c
+++ b/keen.c
@@ -2340,7 +2340,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Keen", "games.keen", "keen",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,