Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/client/
H A Dtilespec.h404 int tileset_num_city_colors(const struct tileset *t);
H A Dtilespec.c911 int tileset_num_city_colors(const struct tileset *t) in tileset_num_city_colors() function
5918 int color = 2 % tileset_num_city_colors(tileset); in fill_sprite_array()
H A Dmapview_common.c1433 #define NUM_CITY_COLORS tileset_num_city_colors(tileset)
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dtilespec.h404 int tileset_num_city_colors(const struct tileset *t);
H A Dtilespec.c911 int tileset_num_city_colors(const struct tileset *t) in tileset_num_city_colors() function
5918 int color = 2 % tileset_num_city_colors(tileset); in fill_sprite_array()
H A Dmapview_common.c1433 #define NUM_CITY_COLORS tileset_num_city_colors(tileset)