(svn r126) Forgot to remove some test code

This commit is contained in:
dominik 2004-08-24 07:32:49 +00:00
parent 9d869aa314
commit 7efcc84512
1 changed files with 1 additions and 1 deletions

View File

@ -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);