summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_gui.c b/town_gui.c
index 5571bcfc9..2b867607b 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -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...");
}