Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] Re: [Patch] Cleanup can_establish_trade_route
Home

[Freeciv-Dev] Re: [Patch] Cleanup can_establish_trade_route

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv-Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: [Patch] Cleanup can_establish_trade_route
From: Jason Short <vze2zq63@xxxxxxxxxxx>
Date: Mon, 11 Feb 2002 16:25:27 -0500
Reply-to: jdorje@xxxxxxxxxxxx

Raimar Falke wrote:
The original implementation used an hack (which made splint unhappy)
to test for existing traderoutes. The new version is cleaner.

Please review.
I agree with Gregory - this is a significant improvement.

Instead of tracking used1 and used2, why not track free1 and free2 (the number of free trade slots)? Then the constant "4" (MAX_NUM_TRADEROUTS) will have less of an effect.

jason



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