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