X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=untangle.c;h=ac40418efc705c3b0e62c6e8915c3556c68a0ee4;hb=b9b73adb53b3ffb09a2e8c9682351bf892634470;hp=49366b16b7999f7bd8c735315c13bd4700aef9a0;hpb=251b21c41813055d9c416378508b1ee038bc3dac;p=sgt-puzzles.git diff --git a/untangle.c b/untangle.c index 49366b1..ac40418 100644 --- a/untangle.c +++ b/untangle.c @@ -1455,7 +1455,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Untangle", "games.untangle", "untangle", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params,