diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 42e93f1..5084969 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -31,6 +31,11 @@ void buildBin(int width, int heigth){ void loadLevel() { int lvlnum; clearField(); + Ballx = -1; + Bally = 30; + + int tmpX,tmpY; + switch (lvlnum) { }