Browse Source

Links weiter

main
Siamak 2 years ago
parent
commit
f535635649
  1. 4
      src/Spiellogik.c

4
src/Spiellogik.c

@ -136,7 +136,9 @@ int update(int realU[N][N],char richtung) {
} }
} }
else if (richtung == 'l') { else if (richtung == 'l') {
if (jj == 0) {
return 1;
}
} }
int probe(int input){ int probe(int input){

Loading…
Cancel
Save