Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_effects.cpp756 #define TIME_DECAY_SLOW 0.1f macro
786 timeDecay = TIME_DECAY_SLOW; in CG_DoGlass()
806 timeDecay = ( timeDecay + TIME_DECAY_SLOW ) * 0.5f; in CG_DoGlass()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_effects.cpp788 #define TIME_DECAY_SLOW 0.1f macro
818 timeDecay = TIME_DECAY_SLOW; in CG_DoGlass()
838 timeDecay = ( timeDecay + TIME_DECAY_SLOW ) * 0.5f; in CG_DoGlass()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_effects.c428 #define TIME_DECAY_SLOW 0.1f macro
460 timeDecay = TIME_DECAY_SLOW; in CG_DoGlass()