mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 15:23:01 +01:00
Use more dependency injection
This commit is contained in:
committed by
Michał Janiszewski
parent
3003393c87
commit
b9e9ddfc1c
@@ -455,7 +455,7 @@ namespace OpenRCT2
|
||||
}
|
||||
else
|
||||
{
|
||||
parkImporter.reset(ParkImporter::CreateS6());
|
||||
parkImporter.reset(ParkImporter::CreateS6(_objectRepository, _objectManager));
|
||||
}
|
||||
|
||||
if (info.Type == FILE_TYPE::SAVED_GAME)
|
||||
|
||||
Reference in New Issue
Block a user