1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +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

@@ -172,7 +172,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(destination_tolerance);
COMPARE_FIELD(var_37);
COMPARE_FIELD(energy);
COMPARE_FIELD(energy_target);
COMPARE_FIELD(EnergyTarget);
COMPARE_FIELD(Happiness);
COMPARE_FIELD(HappinessTarget);
COMPARE_FIELD(Nausea);