fixed bonus speed

This commit is contained in:
Milang 2020-01-30 21:18:03 +01:00
parent 3d22b719ce
commit 92668ae15b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -47,7 +47,7 @@ void bonus_move() //+collision
else
{
bonus.p1*=-1;
bonus.b.vx=bonus.p1;
bonus.b.vx=2*bonus.p1;
}
}
if (bonus.b.y<0)