mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 18:55:23 +01:00
Fix uninitialised data
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OpenRCT2
|
||||
|
||||
AudioSampleTable _sampleTable;
|
||||
std::vector<Entry> _entries;
|
||||
bool _enabled;
|
||||
bool _enabled{};
|
||||
|
||||
public:
|
||||
fs::path Path;
|
||||
|
||||
Reference in New Issue
Block a user