1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Fix uninitialised data

This commit is contained in:
Ted John
2022-09-21 21:49:00 +01:00
parent 14dddde5c0
commit 589403d6cd

View File

@@ -31,7 +31,7 @@ namespace OpenRCT2
AudioSampleTable _sampleTable;
std::vector<Entry> _entries;
bool _enabled;
bool _enabled{};
public:
fs::path Path;