Null-terminate generated Net/Netslide descriptive game IDs.
[sgt/puzzles] / list.c
diff --git a/list.c b/list.c
index 9438c7e..6491934 100644 (file)
--- a/list.c
+++ b/list.c
@@ -24,6 +24,8 @@ extern const game netslide;
 extern const game pattern;
 extern const game rect;
 extern const game sixteen;
+extern const game solo;
+extern const game twiddle;
 
 const game *gamelist[] = {
     &cube,
@@ -33,6 +35,8 @@ const game *gamelist[] = {
     &pattern,
     &rect,
     &sixteen,
+    &solo,
+    &twiddle,
 };
 
 const int gamecount = lenof(gamelist);