chiark / gitweb /
Forgot to add Same Game to the big list for OS X.
authorSimon Tatham <anakin@pobox.com>
Tue, 7 Jun 2005 20:22:08 +0000 (20:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 7 Jun 2005 20:22:08 +0000 (20:22 +0000)
[originally from svn r5918]

list.c

diff --git a/list.c b/list.c
index 20e61b748569c76c6eaba326b215a4e2bff854e5..b9f321e63ed624a2ea707731e525232697ab7ed3 100644 (file)
--- a/list.c
+++ b/list.c
@@ -24,6 +24,7 @@ extern const game net;
 extern const game netslide;
 extern const game pattern;
 extern const game rect;
+extern const game samegame;
 extern const game sixteen;
 extern const game solo;
 extern const game twiddle;
@@ -36,6 +37,7 @@ const game *gamelist[] = {
     &netslide,
     &pattern,
     &rect,
+    &samegame,
     &sixteen,
     &solo,
     &twiddle,