1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Default-initialise MapColours

Co-authored-by: Ted John <ted@brambles.org>
This commit is contained in:
Michael Steenbeek
2022-01-02 17:07:36 +01:00
committed by GitHub
parent 1e1f370c8d
commit 0e86d9577c

View File

@@ -53,7 +53,7 @@ public:
uint8_t Rotations{};
money32 Price{};
TERRAIN_SURFACE_FLAGS Flags{};
PaletteIndex MapColours[2];
PaletteIndex MapColours[2]{};
void ReadJson(IReadObjectContext* context, json_t& root) override;
void Load() override;