Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dweather.c124 float weather_particles_coords[MAX_RAIN_DROPS*20]; variable
188 weather_particles_coords[j ] = 0.0f; in weather_init()
189 weather_particles_coords[j+1 ] = 0.0f; in weather_init()
190 weather_particles_coords[j+5 ] = 1.0f; in weather_init()
191 weather_particles_coords[j+6 ] = 0.0f; in weather_init()
192 weather_particles_coords[j+10] = 1.0f; in weather_init()
193 weather_particles_coords[j+11] = 1.0f; in weather_init()
194 weather_particles_coords[j+15] = 0.0f; in weather_init()
195 weather_particles_coords[j+16] = 1.0f; in weather_init()
584 weather_particles_coords[j+2 ] = d->pos1[0]-delta1[0]; in weather_render()
[all …]