1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Rename members of EntitySpriteData

This commit is contained in:
ζeh Matt
2023-04-07 19:47:26 +03:00
parent dce21bc8ec
commit 679f5aac2e
29 changed files with 209 additions and 216 deletions

View File

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