If train next order is for same station when leaving, do not leave

Just start loading again without moving instead
This commit is contained in:
Jonathan G Rennison
2021-11-19 00:53:01 +00:00
parent 782fba3064
commit 71c39dc8c2
2 changed files with 23 additions and 1 deletions

View File

@@ -3464,7 +3464,7 @@ void Vehicle::HandleLoading(bool mode)
return;
}
this->PlayLeaveStationSound();
if (this->type != VEH_TRAIN) this->PlayLeaveStationSound();
this->LeaveStation();