mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Update object ID for people who used the development version
This commit is contained in:
@@ -338,6 +338,13 @@ namespace OpenRCT2
|
||||
identifier = "openrct2.ride.single_rail_coaster";
|
||||
}
|
||||
}
|
||||
else if (version <= 14)
|
||||
{
|
||||
if (identifier == "openrct2.ride.alp1")
|
||||
{
|
||||
identifier = "openrct2.ride.alpine_coaster";
|
||||
}
|
||||
}
|
||||
desc.Identifier = identifier;
|
||||
desc.Version = cs.Read<std::string>();
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ struct ObjectRepositoryItem;
|
||||
namespace OpenRCT2
|
||||
{
|
||||
// Current version that is saved.
|
||||
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 14;
|
||||
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 15;
|
||||
|
||||
// The minimum version that is forwards compatible with the current version.
|
||||
constexpr uint32_t PARK_FILE_MIN_VERSION = 14;
|
||||
|
||||
Reference in New Issue
Block a user