File diff r15399:106b19a63f61 → r15400:e7c5e8bb5763
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1569,10 +1569,8 @@ static bool RoadVehController(RoadVehicl
 
	v->current_order_time++;
 
	if (v->reverse_ctr != 0) v->reverse_ctr--;
 

	
 
	RoadVehCheckTrainCrash(v);
 

	
 
	/* handle crashed */
 
	if (v->vehstatus & VS_CRASHED) {
 
	if (v->vehstatus & VS_CRASHED || RoadVehCheckTrainCrash(v)) {
 
		return RoadVehIsCrashed(v);
 
	}