Add WinHelp topic
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 21 Jun 2005 11:16:36 +0000 (11:16 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 21 Jun 2005 11:16:36 +0000 (11:16 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5984 cda61777-01e9-0310-a592-d414129be87e

flip.c

diff --git a/flip.c b/flip.c
index df1106c..e6c4077 100644 (file)
--- a/flip.c
+++ b/flip.c
@@ -1186,7 +1186,7 @@ static int game_timing_state(game_state *state)
 #endif
 
 const struct game thegame = {
-    "Flip", NULL,
+    "Flip", "games.flip",
     default_params,
     game_fetch_preset,
     decode_params,