Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11601) likely_ocean() cheats
Home

[Freeciv-Dev] (PR#11601) likely_ocean() cheats

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11601) likely_ocean() cheats
From: "Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx>
Date: Sun, 19 Dec 2004 04:08:33 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11601 >


  This is no longer true:

        /* If a tile is cardinally adjacent, we can tell if the
         * central tile is ocean or not by the appearance of
         * the adjacent tile. So, given that we can tell,
         * it's fair to look at the actual tile. */
         return (is_ocean(map_get_terrain(ptile)) ? 100 : 0);


  - ML





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11601) likely_ocean() cheats, Marko Lindqvist <=