Fix research list and other bits after import

This commit is contained in:
Ted John 2021-04-08 00:49:04 +01:00
parent 0971db99c3
commit aec50acad2
1 changed files with 1 additions and 0 deletions

View File

@ -1679,6 +1679,7 @@ public:
void Import() override
{
_parkFile->Import();
game_fix_save_vars();
}
bool GetDetails(scenario_index_entry* dst) override