From 70d74ba2d390342af19d572bb9959d8a184f53c6 Mon Sep 17 00:00:00 2001 From: David PC Saiz Date: Wed, 8 Feb 2023 21:11:44 +0100 Subject: [PATCH] =?UTF-8?q?Argumente=20zur=20Methode=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;