From: simon Date: Tue, 7 Jun 2005 20:22:08 +0000 (+0000) Subject: Forgot to add Same Game to the big list for OS X. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/e839f2065e8a41e59b6196b1342cb66a7485f029 Forgot to add Same Game to the big list for OS X. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5918 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/list.c b/list.c index 20e61b7..b9f321e 100644 --- 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,