Bug #286 ยป 0009-show_small_citybar-Fix-dead-canvas_y-increment.patch
| client/mapview_common.c | ||
|---|---|---|
|
FONT_CITY_PROD,
|
||
|
get_color(tileset, production_color), prod);
|
||
|
canvas_y += total_height;
|
||
|
*width = MAX(*width, total_width);
|
||
|
*height += total_height;
|
||
|
}
|
||