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:
committed by
GitHub
parent
1e1f370c8d
commit
0e86d9577c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user