Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dweather.h54 float weather_get_lightning_intensity(float x, float y);
H A Dsky.c710 lg = weather_get_lightning_intensity(x-camera_x, y-camera_y); in update_cloudy_sky_colors()
740 lg = weather_get_lightning_intensity(x-camera_x, y-camera_y); in update_cloudy_sky_colors()
772 lg = weather_get_lightning_intensity(x-camera_x, y-camera_y); in update_cloudy_sky_colors()
798 lg = weather_get_lightning_intensity(x-camera_x, y-camera_y); in update_cloudy_sky_colors()
1048 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
1088 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
1193 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
1231 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
1269 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
1307 lg = weather_get_lightning_intensity(x, y); in update_cloudy_sky_local_colors()
[all …]
H A Dweather.c718 float weather_get_lightning_intensity(float x, float y) in weather_get_lightning_intensity() function