mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight
This commit is contained in:
parent
3af65b79e7
commit
de742d597e
@ -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
Block a user