mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Forgot to add Same Game to the big list for OS X.
[originally from svn r5918]
This commit is contained in:
2
list.c
2
list.c
@ -24,6 +24,7 @@ extern const game net;
|
|||||||
extern const game netslide;
|
extern const game netslide;
|
||||||
extern const game pattern;
|
extern const game pattern;
|
||||||
extern const game rect;
|
extern const game rect;
|
||||||
|
extern const game samegame;
|
||||||
extern const game sixteen;
|
extern const game sixteen;
|
||||||
extern const game solo;
|
extern const game solo;
|
||||||
extern const game twiddle;
|
extern const game twiddle;
|
||||||
@ -36,6 +37,7 @@ const game *gamelist[] = {
|
|||||||
&netslide,
|
&netslide,
|
||||||
&pattern,
|
&pattern,
|
||||||
&rect,
|
&rect,
|
||||||
|
&samegame,
|
||||||
&sixteen,
|
&sixteen,
|
||||||
&solo,
|
&solo,
|
||||||
&twiddle,
|
&twiddle,
|
||||||
|
Reference in New Issue
Block a user