Patch from Ben Hutchings to allow user-initiated tilesize changes to persist
[sgt/puzzles] / pegs.c
diff --git a/pegs.c b/pegs.c
index 560bf0a..d1addd1 100644 (file)
--- 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,