aboutsummaryrefslogtreecommitdiff
path: root/pegs.c
diff options
context:
space:
mode:
Diffstat (limited to 'pegs.c')
-rw-r--r--pegs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pegs.c b/pegs.c
index 560bf0a..d1addd1 100644
--- a/pegs.c
+++ b/pegs.c
@@ -1186,7 +1186,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
- "Pegs", "games.pegs",
+ "Pegs", "games.pegs", "pegs",
default_params,
game_fetch_preset,
decode_params,