Home
last modified time | relevance | path

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

/dports/games/julius/julius-1.7.0/src/map/
H A Dtiles.c701 static void set_road_image(int x, int y, int grid_offset) in set_road_image() function
729 foreach_map_tile(set_road_image); in map_tiles_update_all_roads()
734 foreach_region_tile(x - 1, y - 1, x + size - 2, y + size - 2, set_road_image); in map_tiles_update_area_roads()
747 foreach_region_tile(x - 1, y - 1, x + 1, y + 1, set_road_image); in map_tiles_set_road()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Dtiles.c712 static void set_road_image(int x, int y, int grid_offset) in set_road_image() function
740 foreach_map_tile(set_road_image); in map_tiles_update_all_roads()
745 foreach_region_tile(x - 1, y - 1, x + size - 2, y + size - 2, set_road_image); in map_tiles_update_area_roads()
758 foreach_region_tile(x - 1, y - 1, x + 1, y + 1, set_road_image); in map_tiles_set_road()