diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 59cfc7a..06d9160 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -35,8 +35,7 @@ void buildBin(int width, int heigth){ field[width][heigth+1] = ' '; } -void loadLevel() { - int lvlnum; +void loadLevel(int lvlnum){ clearField(); Ballx = -1; Bally = 30;