X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=dominosa.c;h=c86ba19dfade335d9925fbef8ca1b354513e5037;hb=db313b3948d27244dd7c34c2609c66d6204d8931;hp=dc7c2c7439536984f00e0a1d3c5bc482200920bf;hpb=21b8323b2f1ca7b6bf01bc1e7a529636ea57daba;p=sgt-puzzles.git diff --git a/dominosa.c b/dominosa.c index dc7c2c7..c86ba19 100644 --- a/dominosa.c +++ b/dominosa.c @@ -1709,7 +1709,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Dominosa", "games.dominosa", "dominosa", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params,