Browse Source

Jump to menu fix

main
fdlt3859 2 years ago
parent
commit
e23afa61f1
  1. 2
      src/main/quizproject.c

2
src/main/quizproject.c

@ -591,7 +591,7 @@ int main() {
int jump_to_menu = 0;
while (choice != 4 || jump_to_menu) {
while (choice != 5 || jump_to_menu) {
printf("Welcome to the Game Menu!\n");
printf("1. QuizGame\n");
printf("2. Fact or Lie?\n");

Loading…
Cancel
Save