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:
@@ -74,7 +74,7 @@ void EntityBase::Serialise(DataSerialiser& stream)
|
||||
stream << x;
|
||||
stream << y;
|
||||
stream << z;
|
||||
stream << SpriteData.Direction;
|
||||
stream << Orientation;
|
||||
}
|
||||
|
||||
// Exists only for signature
|
||||
|
||||
Reference in New Issue
Block a user