shithub: puzzles

Download patch

ref: f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3
parent: fba6fc61eb86bcf43a0e25afb59ce539fbe96c7e
author: Simon Tatham <anakin@pobox.com>
date: Tue Jun 7 16:22:08 EDT 2005

Forgot to add Same Game to the big list for OS X.

[originally from svn r5918]

--- a/list.c
+++ b/list.c
@@ -24,6 +24,7 @@
 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 @@
     &netslide,
     &pattern,
     &rect,
+    &samegame,
     &sixteen,
     &solo,
     &twiddle,