From 88ebd2c32303adaa53f2955bce6019efef28ed6d Mon Sep 17 00:00:00 2001 From: fdai7172 Date: Wed, 8 Feb 2023 20:40:03 +0100 Subject: [PATCH] =?UTF-8?q?Hinzuf=C3=BCgen=20von=20globalen=20variablen=20?= =?UTF-8?q?f=C3=BCr=20die=20level=20nummer=20und=20ein=20intervall=20f?= =?UTF-8?q?=C3=BCr=20den=20Wind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index b1fadf3..00c2134 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -14,7 +14,8 @@ int ScorePoints = 0; int lifeCount = 3; int Ballx = -1; int Bally = 27; - +int windIntervall = 0; +int lvlnumber = 1; int fieldWidth = 25; int fieldHeigth = 30;