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