chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / pattern.c
index eacade4eb57cbc7bdca7d98513b6d5099cf42416..a85877f9ba79012eb404d2174d14f5215c0b1dbc 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1243,7 +1243,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Pattern", "games.pattern",
+    "Pattern", "games.pattern", "pattern",
     default_params,
     game_fetch_preset,
     decode_params,