From e621cd37ccee12fa8c42e2b75da81398eef75f42 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Wed, 25 Jan 2017 21:43:36 +0100 Subject: [PATCH] Fix mechanics facing the wrong direction --- src/openrct2/rct1/S4Importer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 4337751de5..f947a1194d 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -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;