X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/ac9f41c4c8ccbf9364a5d351e4cb134812a9926b..07a54e524bde513e2cb7439dd2503556172f5ff5:/nullgame.c diff --git a/nullgame.c b/nullgame.c index 05baed3..4888a78 100644 --- a/nullgame.c +++ b/nullgame.c @@ -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,