X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/ac9f41c4c8ccbf9364a5d351e4cb134812a9926b..ef114e9b86efa3b430985888d3d7630ebd5d81fb:/cube.c diff --git a/cube.c b/cube.c index 8270f1b..bc91973 100644 --- a/cube.c +++ b/cube.c @@ -1700,7 +1700,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Cube", "games.cube", + "Cube", "games.cube", "cube", default_params, game_fetch_preset, decode_params,