Browse Source

Erste Position vom Score wird ins Feld geschrieben.

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

2
src/Paper-Bin.c

@ -199,6 +199,8 @@ void Generatefield() {
if (ScorePoints < 0) if (ScorePoints < 0)
ScorePoints = 0; ScorePoints = 0;
int tmp = ScorePoints;
field[12][1] = '0' + tmp % 10;
} }
void addScoreboard() void addScoreboard()

Loading…
Cancel
Save