station_gui.c
changeset 69 f8c29cdb388e
parent 65 f9f866bc609c
child 164 0cbdf3c9bde1
--- a/station_gui.c	Mon Aug 16 21:02:06 2004 +0000
+++ b/station_gui.c	Mon Aug 16 22:15:44 2004 +0000
@@ -108,7 +108,7 @@
 	_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)