forked from mirror/OpenTTD
(svn r66) -Fix Station list updated on station deletion/station rename
-Changed debug messages to comply with DEBUG(name, level) heuristics
This commit is contained in:
@@ -392,6 +392,8 @@ static void MakeSortedTownList()
|
||||
|
||||
_last_town_idx = 255; // used for "cache"
|
||||
qsort(_town_sort, n, 1, _town_sort_order & 2 ? TownSorterByPop : TownSorterByName);
|
||||
|
||||
//DEBUG(misc, 1) ("Resorting Towns list...");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user