From cbaf300b03876b115d2c5b0e74bbb84433377af8 Mon Sep 17 00:00:00 2001 From: tleety Date: Wed, 21 Oct 2015 14:47:36 +0200 Subject: [PATCH] Smallfix --- src/game/Game/BallSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Game/BallSystem.cpp b/src/game/Game/BallSystem.cpp index f350b5e..f68faef 100644 --- a/src/game/Game/BallSystem.cpp +++ b/src/game/Game/BallSystem.cpp @@ -343,7 +343,7 @@ bool dd::Systems::BallSystem::Contact(const Events::Contact &event) EventBroker->Publish(particleEvent); } - ballComponent->Combo = 10; + ballComponent->Combo = 0; if (!ballComponent->Waiting) { if (m_InkBlaster) { if (!m_InkAttached) {