summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-16 22:15:44 +0000
committerdarkvater <darkvater@openttd.org>2004-08-16 22:15:44 +0000
commit345e2c38ad6c28c40063dd42a421488c5d664f61 (patch)
treed37ef07ffe7ff39821ba2dfa5df3b0b022807321 /town_gui.c
parent31911a93255dbe14137b7ac1faeb405862bd2530 (diff)
downloadopenttd-345e2c38ad6c28c40063dd42a421488c5d664f61.tar.xz
(svn r70) -Fix: typo in english.txt
-Add some debug messages for misc=1
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...");
}