chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / samegame.c
index 8e428bb47df136366924096f1f69ed5f270fa7bf..88edad32b16f614da3c798f99d4d155bc7037eee 100644 (file)
@@ -1643,7 +1643,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Same Game", "games.samegame", "samegame",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,