Home
last modified time | relevance | path

Searched defs:setRainTrans (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_waves/
H A Dweather.cpp569 int setRainTrans = RainParticlesFore[h].trans + 8 + Random(10) + totalTrans; in RainUpdate() local
615 int setRainTrans = RainParticles[h].trans + 4 + Random(5) + totalTrans; in RainUpdate() local
658 int setRainTrans = RainParticlesBack[h].trans + totalTrans;//+8+Random(10); in RainUpdate() local