Changeset - r125:7d0508825b9a
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-24 07:32:49
dominik@openttd.org
(svn r126) Forgot to remove some test code
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
town_gui.c
Show inline comments
 
@@ -110,7 +110,7 @@ static void TownAuthorityWndProc(Window 
 
			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);
0 comments (0 inline, 0 general)