(svn r3581) Just noticed the indentation was totally off, fix it

This commit is contained in:
tron 2006-02-09 06:24:53 +00:00
parent c4f992bad9
commit 8097d92162
1 changed files with 31 additions and 32 deletions

View File

@ -2587,7 +2587,6 @@ uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount)
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) {