From 78b630c98e2bdbb749fe4593cada8a1fc93e04e0 Mon Sep 17 00:00:00 2001 From: David PC Saiz Date: Wed, 8 Feb 2023 21:05:25 +0100 Subject: [PATCH] =?UTF-8?q?Informationen=20f=C3=BCr=20den=20Spieler=20hinz?= =?UTF-8?q?ugef=C3=BCgt?= 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 50732fd..9950618 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -141,7 +141,9 @@ int main() if (lvlnumber == 1) { char choice = ' '; - } + printf("Scheint so als w\x84re das Spiel eine Nummer zu gro\xE1 f\x81r dich!\n"); + printf("Willst du einen Leichteren Modus Starten?\n[J]a/[N]ein\n"); + } addScoreboard(); sortScoreboard(); return 0;