aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c2
1 files changed, 1 insertions, 1 deletions
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,