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

@@ -475,7 +475,7 @@ static int32_t cc_staff(InteractiveConsole& console, const arguments_t& argv)
Peep* peep = GET_PEEP(int_val[0]);
peep->energy = int_val[1];
peep->energy_target = int_val[1];
peep->EnergyTarget = int_val[1];
}
}
else if (argv[1] == "costume")