Fix gExpenditureTable size

This commit is contained in:
Ted John 2016-08-14 16:07:03 +01:00
parent 15cde6b004
commit 13ef119c0f
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ uint16 gWeeklyProfitAverageDivisor;
money32 gCashHistory[128];
money32 gWeeklyProfitHistory[128];
money32 gParkValueHistory[128];
money32 gExpenditureTable[RCT_EXPENDITURE_TYPE_COUNT];
money32 gExpenditureTable[EXPENDITURE_TABLE_TOTAL_COUNT];
uint8 gCommandExpenditureType;

View File

@ -57,7 +57,7 @@ extern uint16 gWeeklyProfitAverageDivisor;
extern money32 gCashHistory[128];
extern money32 gWeeklyProfitHistory[128];
extern money32 gParkValueHistory[128];
extern money32 gExpenditureTable[RCT_EXPENDITURE_TYPE_COUNT];
extern money32 gExpenditureTable[EXPENDITURE_TABLE_TOTAL_COUNT];
extern uint8 gCommandExpenditureType;