Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DChallenges.cpp421 float pass = ch.avgPoints - cfSubPoints[p] * ch.factor; in ChallengeAdvance()
474 const float CGui::cfSubPoints[3] = {2.f,1.f,0.f}; member in CGui
617 fToStr(ch.avgPoints - cfSubPoints[p] * ch.factor ,1,3)+" "; in UpdChallDetail()
H A DCGui.h433 const static int ciAddPos[3]; const static float cfSubPoints[3]; variable