mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Move S4Importer to cpp and only expose interface
This commit is contained in:
@@ -108,7 +108,7 @@ exitcode_t CommandLine::HandleCommandConvert(CommandLineArgEnumerator * enumerat
|
||||
if (sourceFileType == FILE_EXTENSION_SV4 ||
|
||||
sourceFileType == FILE_EXTENSION_SC4)
|
||||
{
|
||||
auto s4Importer = new S4Importer();
|
||||
auto s4Importer = CreateS4Importer();
|
||||
try
|
||||
{
|
||||
if (sourceFileType == FILE_EXTENSION_SC4)
|
||||
|
||||
Reference in New Issue
Block a user