forked from mirror/OpenTTD
(svn r70) -Fix: typo in english.txt
-Add some debug messages for misc=1
This commit is contained in:
@@ -393,7 +393,7 @@ 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...");
|
||||
DEBUG(misc, 1) ("Resorting Towns list...");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user