X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/fa3abef5abe95dd9668a87b1cc57a724dcbf6354..a346afcd456e6e1a66d7649447c73ff041980e7f:/unfinished/separate.c diff --git a/unfinished/separate.c b/unfinished/separate.c index 2df4a5b..75f0f43 100644 --- a/unfinished/separate.c +++ b/unfinished/separate.c @@ -809,11 +809,11 @@ static void game_print(drawing *dr, game_state *state, int tilesize) } #ifdef COMBINED -#define thegame nullgame +#define thegame separate #endif const struct game thegame = { - "Null Game", NULL, NULL, + "Separate", NULL, NULL, default_params, game_fetch_preset, decode_params,