town_gui.c
changeset 69 f8c29cdb388e
parent 65 f9f866bc609c
child 121 c2f18f4d8be1
--- a/town_gui.c	Mon Aug 16 21:02:06 2004 +0000
+++ b/town_gui.c	Mon Aug 16 22:15:44 2004 +0000
@@ -393,7 +393,7 @@
 	_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...");
 }