Fix time-to-ticks build issue (#3215)

This commit is contained in:
Alayan-stk-2 2018-04-23 02:18:46 +02:00 committed by auriamg
parent c08093d732
commit d3659232e0

View File

@ -1446,7 +1446,7 @@ void SkiddingAI::handleBubblegum(int item_skill, const std::vector<const Item *>
}
//If the kart view is blocked by a plunger, use the shield
if(m_kart->getBlockedByPlungerTime()>0)
if(m_kart->getBlockedByPlungerTicks()>0)
{
m_controls->setFire(true);
m_controls->setLookBack(false);