mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Add new .park save format
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com> Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com> Co-authored-by: ZehMatt <Zehmatt@users.noreply.github.com> Co-authored-by: Broxzier <Broxzier@users.noreply.github.com>
This commit is contained in:
@@ -286,7 +286,13 @@ GameActions::Result::Ptr RideCreateAction::Execute() const
|
||||
ride->income_per_hour = MONEY64_UNDEFINED;
|
||||
ride->profit = MONEY64_UNDEFINED;
|
||||
ride->connected_message_throttle = 0;
|
||||
ride->entrance_style = 0;
|
||||
|
||||
ride->entrance_style = OBJECT_ENTRY_INDEX_NULL;
|
||||
if (rtd.HasFlag(RIDE_TYPE_FLAG_HAS_ENTRANCE_EXIT))
|
||||
{
|
||||
ride->entrance_style = gLastEntranceStyle;
|
||||
}
|
||||
|
||||
ride->num_block_brakes = 0;
|
||||
ride->guests_favourite = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user