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