Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dinterface.c693 static void draw_marks(marking *the_marks, int the_max_mark, int the_tile_map_size_x, int the_tile_… in draw_marks() argument
714 screen_x = left + width*x/(the_tile_map_size_x*6); in draw_marks()
736 void draw_coordinates(int the_tile_map_size_x, int the_tile_map_size_y) in draw_coordinates() argument
744 …if (pf_get_mouse_position_extended(mouse_x, mouse_y, &map_x, &map_y, the_tile_map_size_x, the_tile… in draw_coordinates()