mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 18:09:09 +00:00
(svn r3581) Just noticed the indentation was totally off, fix it
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user