summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--town_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_gui.c b/town_gui.c
index 7f74e2640..3a8bf8726 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);