diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index b7b11e8..943b244 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -5,6 +5,7 @@ int BinX; int BinY = 12; char field[23][29]; +int windForce = 0; int Ballx = -1; int Bally = 27; @@ -64,9 +65,7 @@ void loadLevel() { case(7): BinX = 2; BinY = 7; - - - + windForce = -2; } }