From a84c05f1eb3b55815fe392209e8c562e0434cd5a Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 2 Feb 2018 12:25:59 +0000 Subject: [PATCH] Fix gcc --- src/openrct2/rct2/S6Importer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: