fix waiting time after choice for linux

This commit is contained in:
Mylloon 2021-03-25 14:49:04 +01:00
parent 0c41a7a4d1
commit 429115e214

View file

@ -331,6 +331,7 @@ int main() {
printf("\n");
printf("You decided to keep your current values. You can no longer have more cards. Your final score is : %d\n", sum1);
}
if(isWindows() == 1) getchar();
waitUser();
clearUserScreen();
@ -398,6 +399,7 @@ int main() {
printf("\n");
printf("You decided to keep your current values. You can no longer have more cards. Your final score is : %d\n", sum2);
}
if(isWindows() == 1) getchar();
waitUser();
clearUserScreen();