one last fix
This commit is contained in:
parent
94de0130bc
commit
7c06aeaa59
@ -30,7 +30,7 @@ void parse_arguments(int argc, char *argv[], char *filename, char *difficulty) {
|
|||||||
strcpy(filename, "cordle_words_medium.txt");
|
strcpy(filename, "cordle_words_medium.txt");
|
||||||
strcpy(difficulty, "MEDIUM");
|
strcpy(difficulty, "MEDIUM");
|
||||||
} else if (strcmp(argv[i], "--hard") == 0) {
|
} else if (strcmp(argv[i], "--hard") == 0) {
|
||||||
strcpy(filename, "pyrdle_words_hard.txt");
|
strcpy(filename, "cordle_words_hard.txt");
|
||||||
strcpy(difficulty, "HARD");
|
strcpy(difficulty, "HARD");
|
||||||
} else if (strcmp(argv[i], "--techy") == 0) {
|
} else if (strcmp(argv[i], "--techy") == 0) {
|
||||||
strcpy(filename, "cordle_words_techy.txt");
|
strcpy(filename, "cordle_words_techy.txt");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user