diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 83fde79..8d07597 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -38,7 +38,7 @@ void buildBin(int width, int heigth){ void loadLevel(int lvlnum){ clearField(); Ballx = -1; - Bally = 30; + Bally = 27; int tmpX,tmpY;