1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Add more object source filters

This commit is contained in:
Michael Steenbeek
2018-01-31 13:07:20 +01:00
committed by GitHub
parent 8f48da411f
commit b4018d398c
9 changed files with 712 additions and 38 deletions

View File

@@ -79,7 +79,7 @@ class ObjectFileIndex final : public FileIndex<ObjectRepositoryItem>
{
private:
static constexpr uint32 MAGIC_NUMBER = 0x5844494F; // OIDX
static constexpr uint16 VERSION = 16;
static constexpr uint16 VERSION = 17;
static constexpr auto PATTERN = "*.dat;*.pob";
public: