Merge pull request #7882 from Loganbacca/choochoo

Cargo train item anchoring
This commit is contained in:
PsiOmegaDelta
2015-01-20 08:22:34 +01:00
+1 -1
View File
@@ -337,7 +337,7 @@
load.forceMove(dest)
load.set_dir(get_dir(loc, dest))
load.anchored = initial(load.anchored)
load.anchored = 0 //we can only load non-anchored items, so it makes sense to set this to false
load.pixel_x = initial(load.pixel_x)
load.pixel_y = initial(load.pixel_y)
load.layer = initial(load.layer)