From 7efcc84512bd2161f4c68fdbdd06b8d1519137df Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 24 Aug 2004 07:32:49 +0000 Subject: [PATCH] (svn r126) Forgot to remove some test code --- town_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/town_gui.c b/town_gui.c index 7f74e2640c..3a8bf8726e 100644 --- a/town_gui.c +++ b/town_gui.c @@ -110,7 +110,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e) y = 25; FOR_ALL_PLAYERS(p) { if (p->is_active && (HASBIT(t->have_ratings, p->index) || t->exclusivity==p->index)) { - if(t->exclusivity==p->index) DrawPlayerIcon(p->index, 2, y); + DrawPlayerIcon(p->index, 2, y); SET_DPARAM16(0, p->name_1); SET_DPARAM32(1, p->name_2);