Skip to content

Commit

Permalink
Merge pull request #46 from There-can-only-be-two/lineademierdaquehay…
Browse files Browse the repository at this point in the history
…queponerporquegitessubnormal

score multiplier fix
  • Loading branch information
StarvinXarvin authored Nov 20, 2022
2 parents 2c0038e + b5cb91e commit 332141c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ball.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ void Ball::OnCollision(PhysBody* bodyA, PhysBody* bodyB)
app->audio->PlayFx(app->scene_intro->sfx_death);
delayNewBall = 100;
app->scene_intro->sensorDeath_Sensed = true;
app->scene_intro->scoreMultiplier = 1;
}
break;

Expand Down

0 comments on commit 332141c

Please sign in to comment.