mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +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);
|
rad = FindCatchmentRadius(st);
|
||||||
|
|
||||||
x_dist = min(w_cur - x_min_prod, x_max_prod - w_cur);
|
x_dist = min(w_cur - x_min_prod, x_max_prod - w_cur);
|
||||||
|
|
||||||
if (w_cur < x_min_prod) {
|
if (w_cur < x_min_prod) {
|
||||||
x_dist = x_min_prod - w_cur;
|
x_dist = x_min_prod - w_cur;
|
||||||
} else if (w_cur > x_max_prod) {
|
} else if (w_cur > x_max_prod) {
|
||||||
|
Reference in New Issue
Block a user