summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-16 14:48:35 +0000
committerdarkvater <darkvater@openttd.org>2004-08-16 14:48:35 +0000
commit68c9b7c3ad902784c07b0d76c81c87e073c826b3 (patch)
tree7adb6f3ca0f68bd8744d5835a42dd6919a93f4c2 /town_gui.c
parentd33c833a82808c256562b7f3a7e07251613d14ca (diff)
downloadopenttd-68c9b7c3ad902784c07b0d76c81c87e073c826b3.tar.xz
(svn r66) -Fix Station list updated on station deletion/station rename
-Changed debug messages to comply with DEBUG(name, level) heuristics
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/town_gui.c b/town_gui.c
index a8e5718e3..5571bcfc9 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -392,6 +392,8 @@ 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...");
}