diff --git a/src/main/quizproject.c b/src/main/quizproject.c index d0678e1..587c856 100644 --- a/src/main/quizproject.c +++ b/src/main/quizproject.c @@ -446,6 +446,7 @@ void play_milliongame() { printf("Playing who wants to be a millionaire...\n"); int million_i = 0; + char million_std_answers[round] = {'B', 'A', 'A'}; char questions[round][256] = { "What is the capital of France?",