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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user