Since r6711, puzzles built with Gtk 1.2 would take double actions when a menu
[sgt/puzzles] / list.c
diff --git a/list.c b/list.c
index 7b57c4f..b1f1323 100644 (file)
--- a/list.c
+++ b/list.c
@@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
  */
 
 extern const game blackbox;
+extern const game bridges;
 extern const game cube;
 extern const game dominosa;
 extern const game fifteen;
@@ -37,11 +38,13 @@ extern const game samegame;
 extern const game sixteen;
 extern const game slant;
 extern const game solo;
+extern const game tents;
 extern const game twiddle;
 extern const game untangle;
 
 const game *gamelist[] = {
     &blackbox,
+    &bridges,
     &cube,
     &dominosa,
     &fifteen,
@@ -61,6 +64,7 @@ const game *gamelist[] = {
     &sixteen,
     &slant,
     &solo,
+    &tents,
     &twiddle,
     &untangle,
 };