1
0
Fork 0

Fix: Excessively fast ships on aqueducts fail to move at correct speed

pull/12895/head
Jonathan G Rennison 2024-08-07 19:07:54 +01:00
parent 19cf605765
commit b0c7e3e63c
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ static void ShipController(Ship *v)
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->Vehicle::UpdateViewport(true);
return; continue;
} }
/* Ship is back on the bridge head, we need to consume its path /* Ship is back on the bridge head, we need to consume its path