1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +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:
janisozaur
2016-05-13 11:36:24 +02:00
committed by Ted John
parent 87d05f8a89
commit feb140b84c
4 changed files with 13 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ public:
S6Importer::S6Importer()
{
FixIssues = false;
memset(&_s6, 0, sizeof(_s6));
}
void S6Importer::LoadSavedGame(const utf8 * path)