chiark / gitweb /
Add Windows help topic
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 7 Jun 2005 21:05:29 +0000 (21:05 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 7 Jun 2005 21:05:29 +0000 (21:05 +0000)
[originally from svn r5923]

samegame.c

index 4533cd7ac01665220f623d73fa3a1013b3e373d0..572e3c36739d645ad059e36ff92468364225d48b 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,