1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 18:07:53 +01:00

Change most things and formatting to money64

This commit is contained in:
Ted John
2021-04-10 16:00:50 +01:00
committed by Gymnasiast
parent 9ba19689d7
commit 70d9c1438e
45 changed files with 264 additions and 214 deletions

View File

@@ -283,8 +283,8 @@ GameActions::Result::Ptr RideCreateAction::Execute() const
ride->no_primary_items_sold = 0;
ride->no_secondary_items_sold = 0;
ride->last_crash_type = RIDE_CRASH_TYPE_NONE;
ride->income_per_hour = MONEY32_UNDEFINED;
ride->profit = MONEY32_UNDEFINED;
ride->income_per_hour = MONEY64_UNDEFINED;
ride->profit = MONEY64_UNDEFINED;
ride->connected_message_throttle = 0;
ride->entrance_style = 0;
ride->num_block_brakes = 0;