aboutsummaryrefslogtreecommitdiff
path: root/inertia.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 /inertia.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 'inertia.c')
-rw-r--r--inertia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inertia.c b/inertia.c
index 15a329f..10ea538 100644
--- a/inertia.c
+++ b/inertia.c
@@ -2152,7 +2152,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
- "Inertia", "games.inertia",
+ "Inertia", "games.inertia", "inertia",
default_params,
game_fetch_preset,
decode_params,