aboutsummaryrefslogtreecommitdiff
path: root/sixteen.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-24 15:56:47 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-24 15:56:47 +0000
commit7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179 (patch)
tree913ef32545313b828a7734aa3384aa7c2952516a /sixteen.c
parentd1cfcffa05958114846836fddcd186b156eeac37 (diff)
downloadpuzzles-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 'sixteen.c')
-rw-r--r--sixteen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sixteen.c b/sixteen.c
index 75751b9..f16bc96 100644
--- a/sixteen.c
+++ b/sixteen.c
@@ -1014,7 +1014,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
- "Sixteen", "games.sixteen",
+ "Sixteen", "games.sixteen", "sixteen",
default_params,
game_fetch_preset,
decode_params,