diff --git a/src/saveload/afterload.cpp b/src/saveload/afterload.cpp index ef2143fa15..7694bcc9a8 100644 --- a/src/saveload/afterload.cpp +++ b/src/saveload/afterload.cpp @@ -153,7 +153,7 @@ static void ConvertTownOwner() /* FALL THROUGH */ case MP_TUNNELBRIDGE: - if (GetTileOwner(tile) & 0x80) SetTileOwner(tile, OWNER_TOWN); + if (_m[tile].m1 & 0x80) SetTileOwner(tile, OWNER_TOWN); break; default: break;