@ -11,7 +11,7 @@ char field[23][29];
int windForce = 0;
int ScorePoints = 0;
int lifeCount = 3;
int Ballx = -1;
int Bally = 27;
@ -195,7 +195,7 @@ void clearField()
void Generatefield() {
system("clear");
buildBin(BinX, BinY);
if (ScorePoints < 0)
ScorePoints = 0;