chiark / gitweb /
tracks: Make error clue background white
[sgt-puzzles.git] / signpost.c
index 2e2dff227503c51b37e290bc9c73522276a3bf96..ca72768c27530e1a8ce43954666727987738fa85 100644 (file)
@@ -2228,7 +2228,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Signpost", "games.signpost", "signpost",
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,