mirror of https://github.com/OpenTTD/OpenTTD
(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight
parent
27534b3521
commit
5dec21ff0f
|
@ -1224,5 +1224,5 @@ void ShowPlayerAircraft(PlayerID player, StationID station)
|
|||
void ShowVehWithSharedOrdersAircraft(Vehicle *v)
|
||||
{
|
||||
if (v->orders == NULL) return; // no shared list to show
|
||||
ShowPlayerAircraftLocal(v->owner, INVALID_STATION, v->orders->index, true);
|
||||
ShowPlayerAircraftLocal(v->owner, INVALID_STATION, v->orders->index, true);
|
||||
}
|
||||
|
|
|
@ -1623,6 +1623,5 @@ void ShowPlayerTrains(PlayerID player, StationID station)
|
|||
void ShowVehWithSharedOrdersTrains(Vehicle *v)
|
||||
{
|
||||
if (v->orders == NULL) return; // no shared list to show
|
||||
|
||||
ShowPlayerTrainsLocal(v->owner, INVALID_STATION, v->orders->index, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue