Reinstate WinHelp topic now we have a manual chapter.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Jun 2005 21:37:05 +0000 (21:37 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Jun 2005 21:37:05 +0000 (21:37 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6002 cda61777-01e9-0310-a592-d414129be87e

guess.c

diff --git a/guess.c b/guess.c
index 0d0d8c8..3e5d120 100644 (file)
--- a/guess.c
+++ b/guess.c
@@ -1156,7 +1156,7 @@ static int game_timing_state(game_state *state)
 #endif
 
 const struct game thegame = {
-    "Guess", NULL,
+    "Guess", "games.guess",
     default_params,
     game_fetch_preset,
     decode_params,