mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 19:39:12 +00:00
(svn r6052) -Codechange: change OrderType (order->type) in a typedef
-Codechange: renamed DeleteDestinationFromVehicleOrder to RemoveOrderFromAllVehicles to reflect his function better -Codechange: changed the params of RemoveOrderFromAllVehicles, to avoid unneeded variable-creation
This commit is contained in:
@@ -2397,6 +2397,8 @@ static bool ProcessTrainOrder(Vehicle *v)
|
||||
case OT_LOADING:
|
||||
case OT_LEAVESTATION:
|
||||
return false;
|
||||
|
||||
default: break;
|
||||
}
|
||||
|
||||
// check if we've reached the waypoint?
|
||||
|
Reference in New Issue
Block a user