From 4bc951cebcfd260a2dbe0312f2b3761ff710129e Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 4 Jul 2005 20:06:35 +0000 Subject: [PATCH] Add WinHelp topic. [originally from svn r6056] --- pegs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pegs.c b/pegs.c index 8672513..f3f07bb 100644 --- a/pegs.c +++ b/pegs.c @@ -1069,7 +1069,7 @@ static int game_timing_state(game_state *state) #endif const struct game thegame = { - "Pegs", NULL, + "Pegs", "games.pegs", default_params, game_fetch_preset, decode_params, -- 2.30.2