one last fix

This commit is contained in:
Gregory Gauthier 2025-12-17 10:08:03 +00:00
parent 94de0130bc
commit 7c06aeaa59

View File

@ -30,7 +30,7 @@ void parse_arguments(int argc, char *argv[], char *filename, char *difficulty) {
strcpy(filename, "cordle_words_medium.txt");
strcpy(difficulty, "MEDIUM");
} else if (strcmp(argv[i], "--hard") == 0) {
strcpy(filename, "pyrdle_words_hard.txt");
strcpy(filename, "cordle_words_hard.txt");
strcpy(difficulty, "HARD");
} else if (strcmp(argv[i], "--techy") == 0) {
strcpy(filename, "cordle_words_techy.txt");