Invert colorscheme by default on ncurses version for more distinct squares

This commit is contained in:
Tiehuis
2015-02-23 16:18:41 +13:00
parent 1e2b2b76ac
commit 622a4b46ef
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ void highscore_reset(void)
printf("Are you sure you want to reset your scores? Y(es) or N(o)\n");
while (1) {
/* fgets is used to avoid queuing that may occur with getchar */
fgets(resp, resp_length, stdin);
string_to_lower(resp);