Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dfeature_unlocked.cpp351 const int unlockedStuffCount = m_unlocked_stuff.size(); in init() local
353 if (unlockedStuffCount == 0) in init()
358 for (int n=0; n<unlockedStuffCount; n++) in init()
488 const int unlockedStuffCount = m_unlocked_stuff.size(); in onUpdate() local
498 for (int n=0; n<unlockedStuffCount; n++) in onUpdate()
512 int pos_value = (n == 0) ? unlockedStuffCount/2 : in onUpdate()
513 (n == unlockedStuffCount/2) ? 0 : n; in onUpdate()
515 offset *= (unlockedStuffCount <= 3) ? 1.4f : in onUpdate()
516 (unlockedStuffCount <= 5) ? 1.2f : 1.0f; in onUpdate()
525 for (int n=0; n<unlockedStuffCount; n++) in onUpdate()
[all …]