Fix display of ships entering viewports on an aqueduct
This commit is contained in:
@@ -1115,7 +1115,7 @@ static void ShipController(Ship *v)
|
|||||||
v->x_pos = gp.x;
|
v->x_pos = gp.x;
|
||||||
v->y_pos = gp.y;
|
v->y_pos = gp.y;
|
||||||
v->UpdatePosition();
|
v->UpdatePosition();
|
||||||
if ((v->vehstatus & VS_HIDDEN) == 0) v->Vehicle::UpdateViewport(true);
|
if ((v->vehstatus & VS_HIDDEN) == 0) v->UpdateViewport(true, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* Bridge exit */
|
/* Bridge exit */
|
||||||
|
Reference in New Issue
Block a user