summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-24 07:32:49 +0000
committerdominik <dominik@openttd.org>2004-08-24 07:32:49 +0000
commit7efcc84512bd2161f4c68fdbdd06b8d1519137df (patch)
tree7732bf07e49ed42824c851f5ca2fc8f9accc715c /town_gui.c
parent9d869aa314dbc7f6b54540f1813064891fb4df9b (diff)
downloadopenttd-7efcc84512bd2161f4c68fdbdd06b8d1519137df.tar.xz
(svn r126) Forgot to remove some test code
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 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);