equal
deleted
inserted
replaced
2191 */ |
2191 */ |
2192 static void TownActionBuildStatue(Town *t) |
2192 static void TownActionBuildStatue(Town *t) |
2193 { |
2193 { |
2194 TileIndex tile = t->xy; |
2194 TileIndex tile = t->xy; |
2195 |
2195 |
2196 if (CircularTileSearch(tile, 9, SearchTileForStatue, t->index)) { |
2196 if (CircularTileSearch(&tile, 9, SearchTileForStatue, t->index)) { |
2197 SetBit(t->statues, _current_player); // Once found and built, "inform" the Town |
2197 SetBit(t->statues, _current_player); // Once found and built, "inform" the Town |
2198 } |
2198 } |
2199 } |
2199 } |
2200 |
2200 |
2201 static void TownActionFundBuildings(Town *t) |
2201 static void TownActionFundBuildings(Town *t) |