Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dtimer.cpp69 bool haveprevbest = trackrecords.GetParam( in Lap() local
71 if (car[carId].GetTime() < prevbest || !haveprevbest) in Lap()
H A Dtimer.h219 bool haveprevbest = trackrecords.GetParam( in GetBestLap() local
221 if (haveprevbest) in GetBestLap()