Skip to content

Commit

Permalink
Make FirstTime static
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinberg committed Apr 20, 2021
1 parent d8b723a commit 9b87cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrsnashlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void initFwidth(game *g);
void updateFwidth(game *g, int col, int pos, char *str);


long FirstTime; /* set this to true for every new game to be solved */
static long FirstTime; /* set this to true for every new game to be solved */
static long Debug_flag;
static long Verbose_flag;

0 comments on commit 9b87cba

Please sign in to comment.