Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2004:
[Freeciv-Dev] Re: (PR#8632) Easy way to set map size with auto ratios (s
Home

[Freeciv-Dev] Re: (PR#8632) Easy way to set map size with auto ratios (s

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: mburda@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8632) Easy way to set map size with auto ratios (seteables if desired)
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 2 Jun 2004 14:14:46 -0700
Reply-to: rt@xxxxxxxxxxx

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


> Marcelo Burda wrote:

>>LAST CHANGE
>>drop changes in aigoto and citytools

And just one more thing...

Since AUTO_RATIO_*** aren't used outside of map.c they shouldn't be 
defined in map.h.  Just put them in map.c.

   #define AUTO_RATIO_FLAT           {1, 1}
   #define AUTO_RATIO_CLASSIC        {8, 5}
   #define AUTO_RATIO_URANUS         {5, 8}
   #define AUTO_RATIO_TORUS          {1, 1}

jason




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