|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
May 2003: [Freeciv-Dev] Re: (PR#4184) Pre-commit code |
|
[Freeciv-Dev] Re: (PR#4184) Pre-commit code[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, May 07, 2003 at 06:46:33AM -0700, Raimar Falke wrote:
>
> There are style issues.
It appears the only style issue is here:
+ } else {
+ if(pcity->owner==game.player_idx) {
+ city_report_dialog_update_city(pcity);
+ }
if (pcity->owner == game.player_idx) {
-mike
|