diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 1325f88..7ebea49 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -136,7 +136,9 @@ int update(int realU[N][N],char richtung) { } } else if (richtung == 'l') { - + if (jj == 0) { + return 1; + } } int probe(int input){