Changeset - r3001:a88a264dfe85
[Not reviewed]
master
0 1 0
tron - 19 years ago 2006-02-09 06:24:53
tron@openttd.org
(svn r3581) Just noticed the indentation was totally off, fix it
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
station_cmd.c
Show inline comments
 
@@ -2584,13 +2584,12 @@ uint MoveGoodsToStation(TileIndex tile, 
 
								const int y_min_prod = 9;
 
								const int y_max_prod = 8 + h_prod;
 

	
 
								rad = FindCatchmentRadius(st);
 

	
 
								x_dist = min(w_cur - x_min_prod, x_max_prod - w_cur);
 

	
 
								if (w_cur < x_min_prod) {
 
									x_dist = x_min_prod - w_cur;
 
								} else if (w_cur > x_max_prod) {
 
									x_dist = w_cur - x_max_prod;
 
								}
 

	
0 comments (0 inline, 0 general)