mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Create weak enum for PaletteIndex
This commit is contained in:
committed by
GitHub
parent
6693278b7f
commit
cfb4b008b2
@@ -100,7 +100,7 @@ void TerrainSurfaceObject::ReadJson(IReadObjectContext* context, json_t& root)
|
||||
if (mapColoursAreValid)
|
||||
MapColours[i] = mapColours[i];
|
||||
else
|
||||
MapColours[i] = PALETTE_INDEX_0;
|
||||
MapColours[i] = PaletteIndex::pi0;
|
||||
}
|
||||
|
||||
for (auto& el : properties["special"])
|
||||
|
||||
Reference in New Issue
Block a user