[Freeciv-Dev] package_dumb_city and palaces
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
surely I'm not reading this correctly...
It's true that everytime you get a short_city packet, you are informed if
the enemy city is the capital??? If so, why and where do you access this
information in the client?
server/citytools.c:1394
if (pcity && pcity->id == pdcity->id && city_got_building(pcity,
B_PALACE))
packet->capital = TRUE;
else
packet->capital = FALSE;
-mike
- [Freeciv-Dev] package_dumb_city and palaces,
Mike Kaufman <=
|
|