Home
last modified time | relevance | path

Searched refs:startup_times (Results 1 – 1 of 1) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dkart.cpp1184 std::vector<float> startup_times = m_kart_properties->getStartupTime(); in getStartupBoostFromStartTicks() local
1185 for (unsigned int i = 0; i < startup_times.size(); i++) in getStartupBoostFromStartTicks()
1187 if (t <= startup_times[i]) in getStartupBoostFromStartTicks()