fix waiting time after choice for linux
This commit is contained in:
parent
0c41a7a4d1
commit
429115e214
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Reference in a new issue