chiark / gitweb /
Fix borders on the HTML menu bar.
[sgt-puzzles.git] / unfinished / slide.c
index b1aa04bc90a7d876550e0765c464adce0b278444..9d4fce14612e1f8d11b959e8bca91306818078da 100644 (file)
@@ -2320,7 +2320,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 const struct game thegame = {
     "Slide", NULL, NULL,
     default_params,
-    game_fetch_preset,
+    game_fetch_preset, NULL,
     decode_params,
     encode_params,
     free_params,