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