diff --git a/src/wwm.c b/src/wwm.c index bf1507e..1f705f8 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -27,6 +27,7 @@ int crandomNumber() { void wwm(){ printf("Welcome to ´Who wants to be a millionaire?´ \n"); + printf("Choose your answer with the numbers 1-4! \n"); const char* question[] = { "Which planet is known as the `blue planet`?", @@ -68,7 +69,6 @@ void wwm(){ printf("__________________________________________________ \n\n"); printf("You are at stage %d and have %d $\n", runde, geld); - srand(time(0)); crandomNumber(); printf("Question %d: %s\n", runde + 1, question[frage]);