diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-24 15:56:47 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-24 15:56:47 +0000 |
| commit | 7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179 (patch) | |
| tree | 913ef32545313b828a7734aa3384aa7c2952516a /unfinished | |
| parent | d1cfcffa05958114846836fddcd186b156eeac37 (diff) | |
| download | puzzles-7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179.zip puzzles-7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179.tar.gz puzzles-7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179.tar.bz2 puzzles-7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179.tar.xz | |
HTML Help support for Puzzles, with the same kind of automatic
fallback behaviour as PuTTY's support.
[originally from svn r7009]
Diffstat (limited to 'unfinished')
| -rw-r--r-- | unfinished/pearl.c | 2 | ||||
| -rw-r--r-- | unfinished/sokoban.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unfinished/pearl.c b/unfinished/pearl.c index 0ef6247..af25415 100644 --- a/unfinished/pearl.c +++ b/unfinished/pearl.c @@ -1364,7 +1364,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Pearl", NULL, + "Pearl", NULL, NULL, default_params, game_fetch_preset, decode_params, diff --git a/unfinished/sokoban.c b/unfinished/sokoban.c index d67f907..bb2e68f 100644 --- a/unfinished/sokoban.c +++ b/unfinished/sokoban.c @@ -1414,7 +1414,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Sokoban", NULL, + "Sokoban", NULL, NULL, default_params, game_fetch_preset, decode_params, |