diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 9a540a68e1..ff5b20ff35 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -590,7 +590,7 @@ public: if (count == 0 && !expanded) { any_hidden = true; } else { - list.push_back(std::make_unique>(fmt::format("{}", count), this->filter.include_no_rating, STR_STATION_LIST_CARGO_FILTER_NO_RATING, CargoFilterCriteria::CF_NO_RATING, false, count == 0)); + list.push_back(std::make_unique>(fmt::format("{}", count), 0, this->filter.include_no_rating, STR_STATION_LIST_CARGO_FILTER_NO_RATING, CargoFilterCriteria::CF_NO_RATING, false, count == 0)); } Dimension d = GetLargestCargoIconSize();