diff -r 1c58609bae95 -r 240fedf4ed2c src/town_cmd.cpp --- a/src/town_cmd.cpp Tue Jun 03 00:23:54 2008 +0000 +++ b/src/town_cmd.cpp Tue Jun 03 02:20:27 2008 +0000 @@ -2193,7 +2193,7 @@ { TileIndex tile = t->xy; - if (CircularTileSearch(tile, 9, SearchTileForStatue, t->index)) { + if (CircularTileSearch(&tile, 9, SearchTileForStatue, t->index)) { SetBit(t->statues, _current_player); // Once found and built, "inform" the Town } }