Oh, and some more ignore properties, oops.
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index 8270f1b..bc91973 100644 (file)
--- 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,