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

Fix mechanics facing the wrong direction

This commit is contained in:
Gymnasiast
2017-01-25 21:43:36 +01:00
committed by Ted John
parent 1cb6dbbe1f
commit e621cd37cc

View File

@@ -1216,6 +1216,7 @@ private:
dst->destination_x = src->destination_x;
dst->destination_y = src->destination_y;
dst->destination_tolerence = src->destination_tolerence;
dst->direction = src->direction;
dst->energy = src->energy;
dst->energy_growth_rate = src->energy_growth_rate;