mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Bump scenario index version (#23826)
This commit is contained in:
@@ -124,7 +124,7 @@ class ScenarioFileIndex final : public FileIndex<ScenarioIndexEntry>
|
||||
{
|
||||
private:
|
||||
static constexpr uint32_t MAGIC_NUMBER = 0x58444953; // SIDX
|
||||
static constexpr uint16_t VERSION = 8;
|
||||
static constexpr uint16_t VERSION = 9;
|
||||
static constexpr auto PATTERN = "*.sc4;*.sc6;*.sea;*.park";
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user