From 54c720d5bb062bf2cd268b9fac74f66338468dd2 Mon Sep 17 00:00:00 2001 From: fdai7037 Date: Wed, 8 Feb 2023 20:18:59 +0100 Subject: [PATCH] =?UTF-8?q?Globale=20Variable=20f=C3=BCr=20die=20Punkteanz?= =?UTF-8?q?ahl=20f=C3=BCr=20die=20Verwendung=20in=20der=20Methode=20erzeug?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 3a89957..d0c1f90 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -9,6 +9,8 @@ int BinY = 12; char field[23][29]; int windForce = 0; +int ScorePoints = 0; + int Ballx = -1; int Bally = 27;