1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Refactor peep struct

This commit is contained in:
Ted John
2019-02-28 19:28:58 +00:00
committed by Michael Steenbeek
parent 453855993d
commit cdec457abd
61 changed files with 855 additions and 757 deletions

View File

@@ -126,7 +126,7 @@ void finance_payment(money32 amount, rct_expenditure_type type)
*/
void finance_pay_wages()
{
rct_peep* peep;
Peep* peep;
uint16_t spriteIndex;
if (gParkFlags & PARK_FLAGS_NO_MONEY)
@@ -273,7 +273,7 @@ void finance_update_daily_profit()
{
// Staff costs
uint16_t sprite_index;
rct_peep* peep;
Peep* peep;
FOR_ALL_STAFF (sprite_index, peep)
{