Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: (PR#4184) Pre-commit code
Home

[Freeciv-Dev] Re: (PR#4184) Pre-commit code

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: bursig@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#4184) Pre-commit code
From: "Mike Kaufman" <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 May 2003 12:11:47 -0700
Reply-to: rt@xxxxxxxxxxxxxx

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



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