Changeset - r122:877157068610
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-23 21:12:51
dominik@openttd.org
(svn r123) Fixed some indentions... btw credits for the last commit go to Celestar
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
town_gui.c
Show inline comments
 
@@ -105,7 +105,7 @@ static void TownAuthorityWndProc(Window 
 
			DrawWindowWidgets(w);
 

	
 
			DrawString(2, 15, STR_2023_TRANSPORT_COMPANY_RATINGS, 0);
 
			
 

	
 
			// Draw list of players
 
			y = 25;
 
			FOR_ALL_PLAYERS(p) {
 
@@ -158,7 +158,7 @@ static void TownAuthorityWndProc(Window 
 
				}
 
			}
 
		}
 
		
 

	
 
		{
 
			int i;
 
			if ((i=WP(w,def_d).data_1) != -1) {
0 comments (0 inline, 0 general)