Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DReplay.cpp104 scr.fScrap = half(f.fCarScrap); scr.fScreech = half(f.fCarScreech); in FromOld()
328 rd(s.fScrap); rd(s.fScreech); in LoadFile()
443 wr(s.fScrap); wr(s.fScreech); in SaveFile()
H A DReplay.h77 half fScrap, fScreech; // 4B member
H A DCarPosInfo.cpp292 sc.fScrap = std::min(1.f, cd.fCarScrap); in FromCar()
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcar_sound.cpp183 fCarScrap = sc.fScrap; fCarScreech = sc.fScreech; in UpdateSounds()