mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Revert part of last commit unsuitable for older compilers (#3584)
Also initialise all the items in gResearchedTrackTypesA and gResearchedTrackTypesB
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
S6Importer::S6Importer()
|
||||
{
|
||||
FixIssues = false;
|
||||
memset(&_s6, 0, sizeof(_s6));
|
||||
}
|
||||
|
||||
void S6Importer::LoadSavedGame(const utf8 * path)
|
||||
|
||||
@@ -41,6 +41,6 @@ public:
|
||||
|
||||
private:
|
||||
const utf8 * _s6Path = nullptr;
|
||||
rct_s6_data _s6 = { 0 };
|
||||
rct_s6_data _s6;
|
||||
uint8 _gameVersion = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user