mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Start moving code from OpenRCT2 to Context
This commit is contained in:
@@ -103,11 +103,11 @@ exitcode_t CommandLine::HandleCommandConvert(CommandLineArgEnumerator * enumerat
|
||||
WriteConvertFromAndToMessage(sourceFileType, destinationFileType);
|
||||
|
||||
gOpenRCT2Headless = true;
|
||||
if (!openrct2_initialise())
|
||||
{
|
||||
Console::Error::WriteLine("Error while initialising OpenRCT2.");
|
||||
return EXITCODE_FAIL;
|
||||
}
|
||||
// if (!openrct2_initialise())
|
||||
// {
|
||||
// Console::Error::WriteLine("Error while initialising OpenRCT2.");
|
||||
// return EXITCODE_FAIL;
|
||||
// }
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user