diff options
Diffstat (limited to 'lightup.c')
| -rw-r--r-- | lightup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ static void get_surrounds(const game_state *state, int ox, int oy, #define DEFAULT_PRESET 0 -const struct game_params lightup_presets[] = { +static const struct game_params lightup_presets[] = { { 7, 7, 20, SYMM_ROT4, 0 }, { 7, 7, 20, SYMM_ROT4, 1 }, { 7, 7, 20, SYMM_ROT4, 2 }, |