1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Split Steel Wild Mouse and Spinning Wild Mouse when using Ride Groups

Includes a little cleanup for the Ride Groups and a fix in the table with available pieces, which erroneously listed banked pieces as available.
This commit is contained in:
Michael Steenbeek
2017-11-23 15:39:05 +01:00
parent 1011d6172d
commit d88c01de74
6 changed files with 75 additions and 50 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 = 15;
static constexpr uint16 VERSION = 16;
static constexpr auto PATTERN = "*.dat;*.pob";
public: