1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00
This commit is contained in:
Ted John
2018-02-02 12:25:59 +00:00
parent 0c71855769
commit a84c05f1eb

View File

@@ -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: