diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index a8d20ba..6e238da 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -3,6 +3,9 @@ char field[23][29]; +int Ballx = -1; +int Bally = 27; + void buildBin(int width, int heigth){ field[width][heigth] = 'V'; field[width+1][heigth+1] = '\\'; @@ -55,8 +58,6 @@ int main() } void getStartPosition() { - int Ballx; - int Bally; while (Bally == -1) {