Add Windows help topic
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 7 Jun 2005 21:05:29 +0000 (21:05 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 7 Jun 2005 21:05:29 +0000 (21:05 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5923 cda61777-01e9-0310-a592-d414129be87e

samegame.c

index 4533cd7..572e3c3 100644 (file)
@@ -930,7 +930,7 @@ static int game_timing_state(game_state *state)
 #endif
 
 const struct game thegame = {
-    "Same Game", NULL,
+    "Same Game", "games.samegame",
     default_params,
     game_fetch_preset,
     decode_params,