From 11aeddcc37ecb38c8cfb5e2ca78c2ee8819bf9f3 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 4 Jul 2005 20:06:35 +0000 Subject: [PATCH] Add WinHelp topic. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6056 cda61777-01e9-0310-a592-d414129be87e --- 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.11.0