URL:
  <http://gna.org/bugs/?15310>

                 Summary: fix creation of tropical temperature range
                 Project: Freeciv
            Submitted by: syntron
            Submitted on: Montag 08.02.2010 um 15:49
                Category: general
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: syntron
        Originator Email: 
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any
        Operating System: None
         Planned Release: 2.2.0

    _______________________________________________________

Details:

for cold temperatures TROPICAL_LEVEL did evaluate to MAX_COLATITUDE due to
the fact, that the temperature_map did not reach this value at the equator,
temperate temperatures level were created at this point

solution:

replace 'MIN(MAX_COLATITUDE, <calculation>)' by 'MIN(MAX_COLATITUDE * 9 /10,
<calculation)'

additionally fix the comment above the definitions



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Montag 08.02.2010 um 15:49  Name:
S2_1-fix-creation-of-tropical-temperature-range-S2_1.patch  Size: 3kB   By:
syntron

<http://gna.org/bugs/download.php?file_id=7994>
-------------------------------------------------------
Date: Montag 08.02.2010 um 15:49  Name:
trunk-S2_2-fix-creation-of-tropical-temperature-range.patch  Size: 3kB   By:
syntron

<http://gna.org/bugs/download.php?file_id=7995>

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?15310>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to