From 68c9b7c3ad902784c07b0d76c81c87e073c826b3 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 14:48:35 +0000 Subject: (svn r66) -Fix Station list updated on station deletion/station rename -Changed debug messages to comply with DEBUG(name, level) heuristics --- town_gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'town_gui.c') 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..."); } -- cgit v1.2.3-54-g00ecf