Display message about more points to enter challenge only once at the same time.

It fixes #1870.
This commit is contained in:
Deve
2015-01-04 18:01:28 +01:00
parent 752ad0e456
commit 7a0f635170

View File

@@ -1907,6 +1907,7 @@ void Kart::crashed(const Material *m, const Vec3 &normal)
if (dynamic_cast<OverWorld*>(World::getWorld()) != NULL)
{
SFXManager::get()->quickSound("forcefield");
World::getWorld()->getRaceGUI()->clearAllMessages();
for (unsigned int n = 0; n < parts.size(); n++)
{