mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ protected:
|
||||
/** Sort the stations list */
|
||||
void SortStationsList()
|
||||
{
|
||||
this->stations.Sort();
|
||||
if (!this->stations.Sort()) return;
|
||||
|
||||
/* Reset name sorter sort cache */
|
||||
this->last_station = NULL;
|
||||
|
||||
Reference in New Issue
Block a user