(svn r70) -Fix: typo in english.txt

-Add some debug messages for misc=1
This commit is contained in:
darkvater
2004-08-16 22:15:44 +00:00
parent 31911a9325
commit 345e2c38ad
6 changed files with 9 additions and 8 deletions

View File

@@ -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)