From: Simon Tatham 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://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3;p=sgt-puzzles.git Forgot to add Same Game to the big list for OS X. [originally from svn r5918] --- 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,