Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dmaterial.cpp495 m_sfx_pitch_per_speed = 0.0f; in init()
611 m_sfx_pitch_per_speed = 0.0f; in initCustomSFX()
615 m_sfx_pitch_per_speed = (m_sfx_max_pitch - m_sfx_min_pitch) in initCustomSFX()
740 float f = m_sfx_pitch_per_speed*(speed-m_sfx_min_speed) + m_sfx_min_pitch; in setSFXSpeed()
H A Dmaterial.hpp181 float m_sfx_pitch_per_speed; member in Material