forked from mirror/OpenTTD
(svn r70) -Fix: typo in english.txt
-Add some debug messages for misc=1
This commit is contained in:
@@ -108,7 +108,7 @@ static void MakeSortedStationList(Window *w)
|
||||
_last_station_idx = 255; // used for "cache"
|
||||
qsort(_station_sort, n, sizeof(_station_sort[0]), StationSorterByName);
|
||||
|
||||
//DEBUG(misc, 1) ("Resorting Stations list...");
|
||||
DEBUG(misc, 1) ("Resorting Stations list...");
|
||||
}
|
||||
|
||||
static void PlayerStationsWndProc(Window *w, WindowEvent *e)
|
||||
|
Reference in New Issue
Block a user