File diff r9583:b6e25a00b908 → r9584:43a822343ec9
src/vehicle_gui.cpp
Show inline comments
 
@@ -219,7 +219,7 @@ static RefitList *BuildRefitList(const V
 
				}
 
			}
 
		}
 
	} while (v->type == VEH_TRAIN && (u = u->Next()) != NULL && num_lines < max_lines);
 
	} while ((v->type == VEH_TRAIN || v->type == VEH_ROAD) && (u = u->Next()) != NULL && num_lines < max_lines);
 

	
 
	list->num_lines = num_lines;
 
	list->items = refit;