From 58b4b9083dc392b4f08103206119e723d7447348 Mon Sep 17 00:00:00 2001 From: David PC Saiz Date: Wed, 8 Feb 2023 19:50:08 +0100 Subject: [PATCH] =?UTF-8?q?Zwei=20Variablen=20mit=20zuf=C3=A4lligen=20Zahl?= =?UTF-8?q?en=20bef=C3=BCllt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 15ba8e2..c7ad559 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -47,7 +47,9 @@ void loadLevel() { case(4): case(5): case(6): - break; + tmpX = rand() % 17; + tmpY = rand() % 10; + break;