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