diff --git a/src/openrct2/AssetPack.h b/src/openrct2/AssetPack.h index 244d16c3cc..77ecfc1e24 100644 --- a/src/openrct2/AssetPack.h +++ b/src/openrct2/AssetPack.h @@ -31,7 +31,7 @@ namespace OpenRCT2 AudioSampleTable _sampleTable; std::vector _entries; - bool _enabled; + bool _enabled{}; public: fs::path Path;