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

@@ -392,8 +392,8 @@ struct GameStateSnapshots final : public IGameStateSnapshots
void CompareSpriteDataVehicle(const Vehicle& spriteBase, const Vehicle& spriteCmp, GameStateSpriteChange& changeData) const
{
COMPARE_FIELD(Vehicle, SubType);
COMPARE_FIELD(Vehicle, Pitch);
COMPARE_FIELD(Vehicle, bank_rotation);
COMPARE_FIELD(Vehicle, pitch);
COMPARE_FIELD(Vehicle, roll);
COMPARE_FIELD(Vehicle, remaining_distance);
COMPARE_FIELD(Vehicle, velocity);
COMPARE_FIELD(Vehicle, acceleration);