Add a completion flash when you get down to a single peg.
[sgt/puzzles] / list.c
diff --git a/list.c b/list.c
index 6be39cc..5883a9a 100644 (file)
--- a/list.c
+++ b/list.c
@@ -25,6 +25,7 @@ extern const game mines;
 extern const game net;
 extern const game netslide;
 extern const game pattern;
+extern const game pegs;
 extern const game rect;
 extern const game samegame;
 extern const game sixteen;
@@ -40,6 +41,7 @@ const game *gamelist[] = {
     &net,
     &netslide,
     &pattern,
+    &pegs,
     &rect,
     &samegame,
     &sixteen,