mirror of https://github.com/OpenTTD/OpenTTD
Fix #8108: always update tile_hash after updating v->tile
parent
37187df7ef
commit
ea895f05eb
|
@ -1253,6 +1253,7 @@ bool AfterLoadGame()
|
||||||
}
|
}
|
||||||
} else if (v->z_pos > GetSlopePixelZ(v->x_pos, v->y_pos)) {
|
} else if (v->z_pos > GetSlopePixelZ(v->x_pos, v->y_pos)) {
|
||||||
v->tile = GetNorthernBridgeEnd(v->tile);
|
v->tile = GetNorthernBridgeEnd(v->tile);
|
||||||
|
v->UpdatePosition();
|
||||||
} else {
|
} else {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue