If road vehicle next order is for same station when leaving, do not leave
Just start loading again without moving instead
This commit is contained in:
@@ -3538,8 +3538,6 @@ void Vehicle::HandleLoading(bool mode)
|
||||
return;
|
||||
}
|
||||
|
||||
if (this->type != VEH_TRAIN && this->type != VEH_SHIP && this->type != VEH_AIRCRAFT) this->PlayLeaveStationSound();
|
||||
|
||||
this->LeaveStation();
|
||||
|
||||
/* Only advance to next order if we just loaded at the current one */
|
||||
|
Reference in New Issue
Block a user