diff --git a/src/Spiellogik.c b/src/Spiellogik.c index afbe318..da0f33e 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -73,7 +73,7 @@ int lose(int realU[N][N], char richtung){ } int update(int realU[N][N],char richtung) { - + int groesste = 0; }