X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/05c7e653ee7a666bb0582e304e51334f4c51553e..750037d76de7c1ab5d46aaf8a712f32599e7d563:/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,