1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix vehicle direction

This commit is contained in:
Gymnasiast
2017-01-15 19:35:51 +01:00
committed by Ted John
parent b47694a9f7
commit 3d0c357fbf

View File

@@ -922,6 +922,7 @@ private:
dst->sprite_width = src->sprite_width; //vehicleEntry->sprite_width;
dst->sprite_height_negative = src->sprite_height_negative; //vehicleEntry->sprite_height_negative;
dst->sprite_height_positive = src->sprite_height_positive; //vehicleEntry->sprite_height_positive;
dst->sprite_direction = src->sprite_direction;
dst->sprite_left = src->sprite_left;
dst->sprite_top = src->sprite_top;