Support cond order to continue loading at station without moving for ships

This commit is contained in:
Jonathan G Rennison
2022-01-03 23:36:11 +00:00
parent e92b1004cc
commit dd160a4e74
2 changed files with 19 additions and 2 deletions

View File

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