Bring .R files for nullgame and unfinished puzzles up to date with the rest of
[sgt/puzzles] / unfinished / sokoban.c
index d67f907..bb2e68f 100644 (file)
@@ -1414,7 +1414,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Sokoban", NULL,
+    "Sokoban", NULL, NULL,
     default_params,
     game_fetch_preset,
     decode_params,