(svn r26798) -Codechange: Code style fixes.

This commit is contained in:
alberth
2014-09-07 16:09:48 +00:00
parent 876cc82f33
commit 83f0b02ff5
2 changed files with 4 additions and 7 deletions

View File

@@ -948,7 +948,7 @@ struct BuildVehicleWindow : Window {
this->vehicle_type = type;
this->window_number = tile == INVALID_TILE ? (int)type : tile;
this->sel_engine = INVALID_ENGINE;
this->sel_engine = INVALID_ENGINE;
this->sort_criteria = _last_sort_criteria[type];
this->descending_sort_order = _last_sort_order[type];
@@ -1311,6 +1311,7 @@ struct BuildVehicleWindow : Window {
case WID_BV_CARGO_FILTER_DROPDOWN:
SetDParam(0, this->cargo_filter_texts[this->cargo_filter_criteria]);
break;
}
}