1
0
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:
spacek531
2025-09-06 23:50:57 +02:00
committed by Gymnasiast
parent 96a13b6c43
commit 02ce098a2f
25 changed files with 154 additions and 154 deletions

View File

@@ -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);