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

Move Direction out and rename it to Orientation to avoid name conflict

This commit is contained in:
ζeh Matt
2023-04-07 22:46:25 +03:00
parent 679f5aac2e
commit 8f82aa95b3
25 changed files with 124 additions and 123 deletions

View File

@@ -74,7 +74,7 @@ void EntityBase::Serialise(DataSerialiser& stream)
stream << x;
stream << y;
stream << z;
stream << SpriteData.Direction;
stream << Orientation;
}
// Exists only for signature