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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user