Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11589) Missing TILE_XY uses
Home

[Freeciv-Dev] (PR#11589) Missing TILE_XY uses

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11589) Missing TILE_XY uses
From: "Benedict Adamson" <badamson@xxxxxxxxxxx>
Date: Sat, 18 Dec 2004 05:57:12 -0800
Reply-to: bugs@xxxxxxxxxxx

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

When we changed from using x, y coordinates to indicate map positions, 
to using tile pointers, some of the AI logging functions were 
incorrectly updated. Instead of saying 'TILE_XY(ptile)' in the call to 
the logging function, they say 'ptile'. The resulting log message is 
garbaled. I guess there is a (very small) risk of a SEGV too.





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11589) Missing TILE_XY uses, Benedict Adamson <=