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; + } } }