Don't show lap message on first lap
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6813 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
3fe9acd0e9
commit
b83f850cd4
@ -306,7 +306,7 @@ void LinearWorld::newLap(unsigned int kart_index)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (kart_info.m_race_lap > 0)
|
||||
{
|
||||
m_race_gui->addMessage(StringUtils::insertValues(_("Lap %i"), kart_info.m_race_lap+1),
|
||||
m_karts[kart_index], 3.0f, 40, video::SColor(255, 210, 100, 50), true);
|
||||
|
Loading…
Reference in New Issue
Block a user