(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove.
This commit is contained in:
@@ -359,8 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
|
||||
default: break;
|
||||
}
|
||||
|
||||
v->coord.left = INVALID_COORD;
|
||||
VehiclePositionChanged(v);
|
||||
VehicleMove(v, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user