Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dweather.h51 void weather_add_lightning(int type, float x, float y);
H A Dweather.c640 void weather_add_lightning(int type, float x, float y) in weather_add_lightning() function
H A Dmultiplayer.c1319 weather_add_lightning(rand()%5, in process_message_from_server()
H A Dgamewin.c1688 weather_add_lightning(rand()%5, -camera_x-100+rand()%200, -camera_y-100+rand()%200); in keypress_root_common()