X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f02e50a0b6ad50112e94ed35994bc34e0a1e9c0b..741706e742744446d51c8af5e3fa25dc5a966f0b:/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,