Browse Source

refactoring - host lifeline edited

main
fdlt3917 2 years ago
parent
commit
cf6b6b7e13
  1. 5
      src/main/quizproject.c

5
src/main/quizproject.c

@ -1381,11 +1381,12 @@ void play_milliongame() {
break;
case 'H':
if(million_lifeline_host != 1){
printf("\nHint already used\n");
printf("\nHost lifeline already used\n");
goto point_one;
} else {
million_lifeline_host = 0;
printf("Hint would be displayed here\n");
printf("\n-----------HOST LIFELINE------------");
printf("\nYou can now ask the Host for help\n");
goto point_one;
}
break;

Loading…
Cancel
Save