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:
@@ -3464,7 +3464,7 @@ void Vehicle::HandleLoading(bool mode)
|
||||
return;
|
||||
}
|
||||
|
||||
this->PlayLeaveStationSound();
|
||||
if (this->type != VEH_TRAIN) this->PlayLeaveStationSound();
|
||||
|
||||
this->LeaveStation();
|
||||
|
||||
|
Reference in New Issue
Block a user