Bug #590 » 0004-Check-whether-border-should-be-cleared-when-reclaimi.patch
server/maphand.c | ||
---|---|---|
}
|
||
claimer = tile_claimer(ptile);
|
||
if (claimer != NULL && is_ocean_tile(ptile)) {
|
||
if (claimer != NULL) {
|
||
if (!is_tile_claimable(ptile, claimer, tile_owner(ptile))) {
|
||
map_clear_border(ptile);
|
||
}
|