Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2002:
[Freeciv-Dev] package_dumb_city and palaces
Home

[Freeciv-Dev] package_dumb_city and palaces

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv-Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] package_dumb_city and palaces
From: Mike Kaufman <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 8 Dec 2002 09:36:34 -0600

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


[Prev in Thread] Current Thread [Next in Thread]