mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix gcc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user