1
0
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:
Aaron van Geffen
2025-02-15 19:33:25 +01:00
committed by GitHub
parent 5fc55a0009
commit 893d0858cc

View File

@@ -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: