Engine is no longer disabled after a kart-kart collision.

This commit is contained in:
hiker 2014-10-23 08:21:54 +11:00
parent 2cad89ceeb
commit efe64f4a67

View File

@ -1894,8 +1894,6 @@ void Kart::playCrashSFX(const Material* m, AbstractKart *k)
m_crash_sound->play();
}
} // if lin_vel > 0.555
m_bounce_back_time = 0.1f;
} // if m_bounce_back_time <= 0
} // playCrashSFX