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:
committed by
GitHub
parent
c338e2c292
commit
eeb28e5db8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user