forked from mirror/OpenTTD
(svn r21909) -Fix: some missing spaces
This commit is contained in:
@@ -2242,7 +2242,7 @@ void Vehicle::RemoveFromShared()
|
||||
Order *Vehicle::GetNextManualOrder(int index) const
|
||||
{
|
||||
Order *order = this->GetOrder(index);
|
||||
while(order != NULL && order->IsType(OT_AUTOMATIC)) {
|
||||
while (order != NULL && order->IsType(OT_AUTOMATIC)) {
|
||||
order = order->next;
|
||||
}
|
||||
return order;
|
||||
|
Reference in New Issue
Block a user