Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2004:
[Freeciv-Dev] (PR#8595) add city_building_present() to climisc
Home

[Freeciv-Dev] (PR#8595) add city_building_present() to climisc

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8595) add city_building_present() to climisc
From: "James Canete" <use_less@xxxxxxxxxxx>
Date: Mon, 26 Apr 2004 01:24:38 -0700
Reply-to: rt@xxxxxxxxxxx

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

This patch adds a new wrapper function to climisc,
city_building_present(), which matches the parameters to its fellow
functions city_can_build_impr_or_unit(), city_unit_supported(), and
city_unit_present().

This is so a TestCityFunc variable can be set to city_building_present()
instead of city_got_building() which has the wrong parameters.  Some
cleanup of win32 has been included as well.

-James Canete

Attachment: addcitybuildingpresent.diff
Description: Binary data


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8595) add city_building_present() to climisc, James Canete <=