1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Add comment to finance_update_daily_profit().

This commit is contained in:
Patrick Wijnings
2014-08-31 13:06:24 +02:00
parent b832a7235b
commit 9a6537209d

View File

@@ -228,6 +228,8 @@ void finance_update_daily_profit()
current_profit = current_profit >> 2;
RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_PROFIT, money32) += current_profit;
// These are related to weekly profit graph
RCT2_GLOBAL(0x1358334, money32) += RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_PROFIT, money32);
RCT2_GLOBAL(0x1358338, uint16) += 1;