diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 3a89957..d0c1f90 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -9,6 +9,8 @@ int BinY = 12; char field[23][29]; int windForce = 0; +int ScorePoints = 0; + int Ballx = -1; int Bally = 27;