Browse Source

refactoring: Kommentare für besseres Verständnis hinzugefügt

main
David PC Saiz 2 years ago
parent
commit
f95b7e2a4d
  1. 2
      src/Paper-Bin.c

2
src/Paper-Bin.c

@ -233,6 +233,8 @@ void generateField()
if (scorePoints < 0) if (scorePoints < 0)
scorePoints = 0; scorePoints = 0;
//Hier wird Stück für Stück die Zahl aufgeteilt um alle
//einzelenen Stellen in das Feld einzutragen
int tmp = scorePoints; int tmp = scorePoints;
field[12][1] = '0' + tmp % 10; field[12][1] = '0' + tmp % 10;

Loading…
Cancel
Save