forked from mirror/OpenTTD
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove.
This commit is contained in:
@@ -329,6 +329,6 @@ void AddArticulatedParts(Vehicle **vl, VehicleType type)
|
||||
|
||||
if (flip_image) u->spritenum++;
|
||||
|
||||
VehiclePositionChanged(u);
|
||||
VehicleMove(u, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user