Question about QT client city dialog

Various topics about the game, the website, or anything else Freeciv related that doesn't fit elsewhere.
Post Reply
Dino the Dinosore
Hardened
Posts: 171
Joined: Sun Dec 31, 2017 3:41 am

Question about QT client city dialog

Post by Dino the Dinosore »

3.0.1 (and likely earlier versions), QT client.

When you open a city dialog, what's with the ( 0) in the line "Size: 4 ( 0)"?

What the numbers in parens on the other lines mean is obvious when you hover over them and see the pop up tooltip, but nothing happens when you hover over the Size: line.
Screen Shot.png
Screen Shot.png (29.13 KiB) Viewed 1764 times
cazfi
Elite
Posts: 3104
Joined: Tue Jan 29, 2013 6:54 pm

Re: Question about QT client city dialog

Post by cazfi »

Please open a ticket.

If it means nothing -> should not be there at all
If it means something -> should have a tooltip
cazfi
Elite
Posts: 3104
Joined: Tue Jan 29, 2013 6:54 pm

Re: Question about QT client city dialog

Post by cazfi »

Seems like it might be the number of specialists in the city.

Code: Select all

fc_snprintf(buf_info[INFO_CITIZEN], sizeof(buf_info[INFO_CITIZEN]),
              "%3d (%4d)", pcity->size, city_specialists(pcity));
Dino the Dinosore
Hardened
Posts: 171
Joined: Sun Dec 31, 2017 3:41 am

Re: Question about QT client city dialog

Post by Dino the Dinosore »

Yes, that's it. Ticket filed.
Post Reply