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