From 811ee7b73da1e106129179b0f85e475bf04c9d59 Mon Sep 17 00:00:00 2001 From: fdai7037 Date: Thu, 9 Feb 2023 00:25:02 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Kommentar=20f=C3=BCr=20die=20Bal?= =?UTF-8?q?lkoordinaten=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 4a63df1..9f5ec79 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -21,6 +21,7 @@ int windForce = 0; int scorePoints = 0; int lifeCount = 3; +//Die Variablen, die die Positionierung des Balls festlegen int ballX = -1; int ballY = 27; int windIntervall = 0;