1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Close #18591: Order RollerCoaster Tycoon 2 scenarios by difficulty

This commit is contained in:
Michael Steenbeek
2022-11-24 13:12:27 +01:00
committed by GitHub
parent c338e2c292
commit eeb28e5db8
3 changed files with 11 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ class ScenarioFileIndex final : public FileIndex<scenario_index_entry>
{
private:
static constexpr uint32_t MAGIC_NUMBER = 0x58444953; // SIDX
static constexpr uint16_t VERSION = 7;
static constexpr uint16_t VERSION = 8;
static constexpr auto PATTERN = "*.sc4;*.sc6;*.sea;*.park";
public: