diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 609281a..d1b65c1 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -160,6 +160,11 @@ int update(int realU[N][N],char richtung) { } } } + else { + if (jj == N - 1) { + return 1; + } + } int probe(int input){ return input;