diff --git a/src/openrct2/rct2/S6Importer.cpp b/src/openrct2/rct2/S6Importer.cpp index 5b232d442b..7c043ef3c8 100644 --- a/src/openrct2/rct2/S6Importer.cpp +++ b/src/openrct2/rct2/S6Importer.cpp @@ -67,7 +67,7 @@ private: IObjectManager * const _objectManager; const utf8 * _s6Path = nullptr; - rct_s6_data _s6 = { 0 }; + rct_s6_data _s6 { }; uint8 _gameVersion = 0; public: