mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 08:29:11 +00:00
(svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88)
This commit is contained in:
@@ -62,7 +62,7 @@ void SortNetworkLanguages()
|
||||
}
|
||||
|
||||
/* Sort the strings (we don't move 'any' and the 'invalid' one) */
|
||||
QSortT(_language_dropdown, NETLANG_COUNT - 1, &StringIDSorter);
|
||||
QSortT(_language_dropdown + 1, NETLANG_COUNT - 1, &StringIDSorter);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user