From 3ed8852a015969292b2875b1d1cb425b980c6efe Mon Sep 17 00:00:00 2001 From: Siamak Date: Fri, 10 Feb 2023 17:31:13 +0100 Subject: [PATCH] Rechtsfunktion zuende --- src/Spiellogik.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Spiellogik.c b/src/Spiellogik.c index b5fc483..b7f075e 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -180,6 +180,9 @@ int update(int realU[N][N],char richtung) { } } } + else { + return 1; + } } }