diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-04 20:06:35 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-04 20:06:35 +0000 |
| commit | 4bc951cebcfd260a2dbe0312f2b3761ff710129e (patch) | |
| tree | c5cb9f4c11e1481159b7182e3cdc2bf925c26eea /pegs.c | |
| parent | 9f8533c42f9b7801c262a9b399752634c15e5341 (diff) | |
| download | puzzles-4bc951cebcfd260a2dbe0312f2b3761ff710129e.zip puzzles-4bc951cebcfd260a2dbe0312f2b3761ff710129e.tar.gz puzzles-4bc951cebcfd260a2dbe0312f2b3761ff710129e.tar.bz2 puzzles-4bc951cebcfd260a2dbe0312f2b3761ff710129e.tar.xz | |
Add WinHelp topic.
[originally from svn r6056]
Diffstat (limited to 'pegs.c')
| -rw-r--r-- | pegs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |