Reversing fix

- Allows cargo tugs to reverse their direction if they are not towing anything
This commit is contained in:
Loganbacca
2014-08-03 16:42:14 +12:00
parent 500fc11db9
commit b57a814fb2

View File

@@ -168,7 +168,7 @@
return 0
if(is_train_head())
if(direction == reverse_direction(dir))
if(direction == reverse_direction(dir) && tow)
return 0
if(Move(get_step(src, direction)))
return 1