Codechange: Cargo filters no longer take an index. (#11582)

Update naming of functions to reflect that parameter is now a cargoid.
This commit is contained in:
Peter Nelson
2023-12-14 01:48:45 +00:00
committed by GitHub
parent d6515d6c98
commit 12bb750128
4 changed files with 20 additions and 20 deletions

View File

@@ -953,7 +953,7 @@ public:
break;
case WID_GL_FILTER_BY_CARGO: // Select a cargo filter criteria
this->SetCargoFilterIndex(index);
this->SetCargoFilter(index);
break;
case WID_GL_MANAGE_VEHICLES_DROPDOWN: