X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=map.c;h=f1af38ba5edaa0d80af92cee5160079b92ad5a0e;hb=db313b3948d27244dd7c34c2609c66d6204d8931;hp=f3c4430391e1a59d7ee678a841918fdee01d577f;hpb=251b21c41813055d9c416378508b1ee038bc3dac;p=sgt-puzzles.git diff --git a/map.c b/map.c index f3c4430..f1af38b 100644 --- a/map.c +++ b/map.c @@ -3199,7 +3199,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Map", "games.map", "map", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params,