mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Search for object file, case insensitive
This commit is contained in:
@@ -129,8 +129,6 @@ namespace ObjectFactory
|
||||
}
|
||||
catch (const std::exception &)
|
||||
{
|
||||
Console::Error::WriteLine("Unable to open or read '%s'", path);
|
||||
|
||||
delete result;
|
||||
result = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user