mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Refactor sprite_index to Id
This commit is contained in:
@@ -70,7 +70,7 @@ void EntityBase::Invalidate()
|
||||
void EntityBase::Serialise(DataSerialiser& stream)
|
||||
{
|
||||
stream << Type;
|
||||
stream << sprite_index;
|
||||
stream << Id;
|
||||
stream << x;
|
||||
stream << y;
|
||||
stream << z;
|
||||
|
||||
Reference in New Issue
Block a user