diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index c17396e..836dedd 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -199,6 +199,8 @@ void Generatefield() { if (ScorePoints < 0) ScorePoints = 0; + int tmp = ScorePoints; + field[12][1] = '0' + tmp % 10; } void addScoreboard()