chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / cube.c
diff --git a/cube.c b/cube.c
index 8270f1beffcb8d15d42643cb989b64d1d034db3f..bc919730b89941f164d6e9d551c4c6e08014051c 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,