(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight

This commit is contained in:
bjarni 2006-08-27 10:04:02 +00:00
parent 3af65b79e7
commit de742d597e
2 changed files with 1 additions and 2 deletions

View File

@ -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);
}

View File

@ -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);
}