Document the new --game and --load options on Unix.
[sgt/puzzles] / nullgame.c
index 05baed3..4888a78 100644 (file)
@@ -251,7 +251,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Null Game", NULL,
+    "Null Game", NULL, NULL,
     default_params,
     game_fetch_preset,
     decode_params,