Minor style changes.

This commit is contained in:
hiker 2015-03-13 16:09:28 +11:00
parent ad7ea60d6c
commit dcc8cfac12

View File

@ -2758,10 +2758,11 @@ void Kart::setOnScreenText(const wchar_t *text)
// when the parent is deleted.
} // setOnScreenText
// ----------------------------------------------------------------------------
void Kart::activateSkidLight(unsigned int level)
{
m_skidding_light_1->setVisible(level == 1);
m_skidding_light_2->setVisible(level > 1);
}
} // activateSkidLight
/* EOF */