Browse Source

Quick Fix: Program can now be Exited after play.

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

2
src/main/quizproject.c

@ -2998,7 +2998,7 @@ int main(int argc, char *argv[]) {
int jump_to_menu = 0; int jump_to_menu = 0;
while (choice != 8 || jump_to_menu) {
while (choice != 20 || jump_to_menu) {
printf("Welcome to the Game Menu!\n"); printf("Welcome to the Game Menu!\n");
printf("1. QuizGame\n"); printf("1. QuizGame\n");
printf("2. Fact or Lie?\n"); printf("2. Fact or Lie?\n");

Loading…
Cancel
Save