Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] (PR#8754) effects patch
Home

[Freeciv-Dev] (PR#8754) effects patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: vasc@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#8754) effects patch
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Aug 2004 11:11:56 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8754 >

And these variables:

common/improvement.h:extern int B_CAPITAL_CITY, B_LAND_DEFEND;

shouldn't be all-capitalized (they are variables, not macros), nor do
they need a B_ prefix.  And we really don't need more global variables.
 They should just be added to the game struct as game.palace_building
and game.land_defend_building.

jason



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