1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Rename Peep::energy_target to EnergyTarget

This commit is contained in:
Tulio Leao
2020-06-08 23:32:22 -03:00
parent 92fbb9fc04
commit 1c59cc2aae
12 changed files with 20 additions and 20 deletions

View File

@@ -228,7 +228,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
COMPARE_FIELD(Peep, destination_tolerance);
COMPARE_FIELD(Peep, var_37);
COMPARE_FIELD(Peep, energy);
COMPARE_FIELD(Peep, energy_target);
COMPARE_FIELD(Peep, EnergyTarget);
COMPARE_FIELD(Peep, Happiness);
COMPARE_FIELD(Peep, HappinessTarget);
COMPARE_FIELD(Peep, Nausea);