Fix #8108: always update tile_hash after updating v->tile

This commit is contained in:
Yexo 2020-05-04 22:54:36 +02:00 committed by Yexo
parent 8edbb42fe8
commit 19dc31e0b3
1 changed files with 1 additions and 0 deletions

View File

@ -1253,6 +1253,7 @@ bool AfterLoadGame()
}
} else if (v->z_pos > GetSlopePixelZ(v->x_pos, v->y_pos)) {
v->tile = GetNorthernBridgeEnd(v->tile);
v->UpdatePosition();
} else {
continue;
}