mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
This commit is contained in:
@@ -64,7 +64,7 @@ Vehicle* cable_lift_segment_create(
|
||||
{
|
||||
peep = SPRITE_INDEX_NULL;
|
||||
}
|
||||
current->TrackSubposition = VEHICLE_TRACK_SUBPOSITION_0;
|
||||
current->TrackSubposition = VehicleTrackSubposition::Default;
|
||||
current->sprite_direction = direction << 3;
|
||||
|
||||
z = z * COORDS_Z_STEP;
|
||||
|
||||
Reference in New Issue
Block a user