Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_waves/
H A Dweather.cpp517 bool drawFore = true; in RainUpdate() local
523 …if (drawFore) CreateRainParticleFore(Random(640 * 4) - 640, -(20 + Random(50)), FX, FY, int((40.0 … in RainUpdate()
550 if (h < 400 && drawFore)RainParticlesFore[h].x = RainParticlesFore[h].x - RW; in RainUpdate()
560 if (h < 400 && drawFore) { in RainUpdate()