1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Rename Peep::hunger to Hunger

This commit is contained in:
Tulio Leao
2020-06-08 23:18:12 -03:00
parent aad80d3390
commit 533695cbe6
11 changed files with 25 additions and 25 deletions

View File

@@ -177,7 +177,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(happiness_target);
COMPARE_FIELD(nausea);
COMPARE_FIELD(nausea_target);
COMPARE_FIELD(hunger);
COMPARE_FIELD(Hunger);
COMPARE_FIELD(Thirst);
COMPARE_FIELD(Toilet);
COMPARE_FIELD(Mass);