(svn r126) Forgot to remove some test code
authordominik
Tue, 24 Aug 2004 07:32:49 +0000
changeset 125 3716c3a69f4f
parent 124 3da466676241
child 126 152df0cc4ac2
(svn r126) Forgot to remove some test code
town_gui.c
--- a/town_gui.c	Mon Aug 23 21:40:01 2004 +0000
+++ b/town_gui.c	Tue Aug 24 07:32:49 2004 +0000
@@ -110,7 +110,7 @@
 			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);