diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 6e238da..b666a81 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -51,6 +51,8 @@ int main() printf("|"); printf("\n"); } + getStartPosition(); + sleep(1); } @@ -59,7 +61,7 @@ int main() void getStartPosition() { - while (Bally == -1) + while (ballX == -1) { for (int i = 2, j = 0; i <= 20; i += 2, j++) {