Merge branch 'save_ext' into improved_breakdowns
# Conflicts: # src/vehicle.cpp
This commit is contained in:
@@ -1480,7 +1480,7 @@ bool Vehicle::HandleBreakdown()
|
||||
return (this->breakdown_type == BREAKDOWN_CRITICAL || this->breakdown_type == BREAKDOWN_EM_STOP);
|
||||
}
|
||||
|
||||
/* FALL THROUGH */
|
||||
FALLTHROUGH;
|
||||
case 1:
|
||||
/* Aircraft breakdowns end only when arriving at the airport */
|
||||
if (this->type == VEH_AIRCRAFT) return false;
|
||||
|
Reference in New Issue
Block a user