mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Rename bank_rotation to roll, Pitch to pitch
This commit is contained in:
@@ -2204,8 +2204,8 @@ namespace OpenRCT2
|
||||
{
|
||||
ReadWriteEntityCommon(cs, entity);
|
||||
cs.readWrite(entity.SubType);
|
||||
cs.readWrite(entity.Pitch);
|
||||
cs.readWrite(entity.bank_rotation);
|
||||
cs.readWrite(entity.pitch);
|
||||
cs.readWrite(entity.roll);
|
||||
cs.readWrite(entity.remaining_distance);
|
||||
cs.readWrite(entity.velocity);
|
||||
cs.readWrite(entity.acceleration);
|
||||
|
||||
Reference in New Issue
Block a user