~cody.smith/ubuntu/precise/freeciv/lp.202327

« back to all changes in this revision

Viewing changes to server/settings.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2010-12-16 20:44:14 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20101216204414-gcr7omy0o66x5nzo
Tags: 2.2.4-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
  GEN_INT("trademindist", game.info.trademindist,
653
653
          SSET_RULES, SSET_ECONOMICS, SSET_RARE, SSET_TO_CLIENT,
654
654
          N_("Minimum distance for trade routes"),
655
 
          N_("In order to establish a trade route, cities must be at "
656
 
             "least this far apart on the map. The distance is calculated "
657
 
             "as \"manhattan distance\", that is, the sum of the "
658
 
             "displacements along the x and y directions."), NULL,
 
655
          N_("In order for two cities in the same civilization to establish "
 
656
             "a trade route, they must be at least this far apart on the "
 
657
             "map. For square grids, the distance is calculated as "
 
658
             "\"Manhattan distance\", that is, the sum of the displacements "
 
659
             "along the x and y directions."), NULL,
659
660
          GAME_MIN_TRADEMINDIST, GAME_MAX_TRADEMINDIST,
660
661
          GAME_DEFAULT_TRADEMINDIST)
661
662